Skip to content

Commit a16c4b1

Browse files
committed
[dist] Remove old versions of node from travis
* Issues with devDeps requirements * faker API should still work on old versions
1 parent c03acf0 commit a16c4b1

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ node_js:
1111
- "0.12"
1212
- "0.11"
1313
- "0.10"
14-
- "0.8"
15-
- "0.6"
1614
- "iojs"
1715

1816
before_install:

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,16 @@
1818
},
1919
"devDependencies": {
2020
"browserify": "5.11.1",
21+
"gulp": "3.8.8",
22+
"gulp-gh-pages": "^0.5.4",
23+
"gulp-jsdoc3": "^0.2.1",
24+
"gulp-mustache": "0.4.0",
25+
"gulp-rename": "1.2.0",
26+
"gulp-uglify": "1.0.1",
27+
"ink-docstrap": "1.1.4",
28+
"jsdoc": "^3.4.0",
2129
"jshint": "0.9.0",
22-
"lodash": "4.6.x",
30+
"lodash": "^2.4.1",
2331
"mocha": "1.8.x",
2432
"node-minify": "*",
2533
"optimist": "0.3.5",

0 commit comments

Comments
 (0)