Skip to content

Commit

Permalink
update package.json (#244)
Browse files Browse the repository at this point in the history
* update package.json

* integrate patch-2

* Update index.js

* Update index.js

* Make Travis Happy

* Update index.js

* Made trevor Compatible (#247)

* Update index.js

* update package.json

* integrate patch-2

* Update index.js

* Update index.js

* Make Travis Happy

* Update index.js

* Update index.js
  • Loading branch information
frank-dspeed authored and SBoudrias committed Nov 5, 2016
1 parent cec7a19 commit af731e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions generators/gulp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ module.exports = generators.Base.extend({

extend(pkg, {
devDependencies: {
gulp: '^3.9.0',
gulp: '3.9.1',
'gulp-eslint': '^3.0.1',
'gulp-exclude-gitignore': '^1.0.0',
'gulp-istanbul': '^1.1.1',
'gulp-line-ending-corrector': '^1.0.1',
'gulp-istanbul': '^1.0.0',
'gulp-mocha': '^3.0.1',
'gulp-plumber': '^1.0.0',
'gulp-nsp': '^2.1.0'
'gulp-nsp': '^2.4.2',
'gulp-plumber': '^1.1.0'
},
scripts: {
prepublish: 'gulp prepublish',
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
"eslint": "^3.8.1",
"eslint-config-xo": "^0.17.0",
"eslint-config-xo-space": "^0.15.0",
"gulp": "^3.9.0",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-nsp": "^2.1.0",
"gulp-plumber": "^1.0.0",
"gulp-nsp": "^2.4.2",
"gulp-plumber": "^1.1.0",
"mocha": "^3.1.2",
"mockery": "^2.0.0",
"pinkie-promise": "^2.0.1",
"yeoman-assert": "^2.0.0",
"yeoman-test": "^1.0.0"
"yeoman-assert": "^2.2.1",
"yeoman-test": "^1.5.1"
},
"eslintConfig": {
"extends": "xo-space",
Expand Down

0 comments on commit af731e6

Please sign in to comment.