Skip to content

Commit

Permalink
Move gulp to peer/dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mlucool committed Jan 9, 2016
1 parent 5b8ce0e commit eed146d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"dependencies": {
"bluebird": "^3.1.1",
"debug": "^2.2.0",
"gulp": "^3.9.0",
"gulp-util": "^3.0.7",
"ink-docstrap": "^1.0.2",
"jsdoc": "^3.4.0",
Expand All @@ -61,6 +60,7 @@
"coveralls": "^2.11.6",
"eslint": "^1.10.3",
"eslint-plugin-babel": "^3.0.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-eslint": "^1.1.1",
"gulp-istanbul": "^0.10.3",
Expand All @@ -70,5 +70,8 @@
"mocha": "^2.3.4",
"pre-commit": "^1.1.2",
"run-sequence": "^1.1.5"
},
"peerDependencies": {
"gulp": "^3.9.0"
}
}

0 comments on commit eed146d

Please sign in to comment.