Skip to content

Commit

Permalink
Added fs as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bchabrier committed Jun 5, 2016
1 parent ccd8d2c commit 92e41e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-jscs": "^2.8.0",
"underscore.string": "^3.2.2"
"underscore.string": "^3.2.2",
"fs": "*"
},
"keywords": [
"gruntplugin",
Expand Down

0 comments on commit 92e41e8

Please sign in to comment.