Skip to content

Commit

Permalink
fix(package.json): move fs-extra to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
felixzapata committed Oct 17, 2016
1 parent 31aace4 commit 1b5559e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"homepage": "https://github.com/felixzapata/gulp-potomo#readme",
"dependencies": {
"chalk": "^1.1.3",
"fs-extra": "^0.30.0",
"gulp-util": "^3.0.7",
"ramda": "^0.21.0",
"shelljs": "^0.6.0",
"through2": "^2.0.1"
},
"devDependencies": {
"conventional-changelog": "^1.1.0",
"fs-extra": "^0.26.7",
"gulp": "^3.9.1",
"gulp-bump": "^2.1.0",
"gulp-git": "^1.7.0",
Expand Down

0 comments on commit 1b5559e

Please sign in to comment.