Skip to content

Commit

Permalink
Remove node 5 from list
Browse files Browse the repository at this point in the history
  • Loading branch information
ndaidong committed Jun 10, 2016
1 parent 4a82163 commit 4cc2390
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ node_js:
- "6.2.1"
- "6.1.0"
- "6.0.0"
- "5.5.0"
- "5.0.0"
after_success:
- npm run coveralls
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Dong Nguyen <[email protected]> (https://twitter.com/ndaidong)",
"main": "./index.js",
"engines": {
"node": ">= 5.0.0"
"node": ">= 6.0.0"
},
"scripts": {
"test": "./node_modules/.bin/snyk test && ./node_modules/.bin/tape test/start.js | tap-spec",
Expand Down
2 changes: 0 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
* @ndaidong
**/

'use strict';

((name, factory) => {
if (typeof module !== 'undefined' && module.exports) {
module.exports = factory();
Expand Down
2 changes: 0 additions & 2 deletions test/specs/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
/* eslint no-new-func: 0*/
/* eslint no-console: 0*/

'use strict';

var path = require('path');
var test = require('tape');
var bella = require('bellajs');
Expand Down

0 comments on commit 4cc2390

Please sign in to comment.