Skip to content

Commit

Permalink
gulp added to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Gleb Mikheev committed Dec 12, 2015
1 parent 894ef20 commit 3d03bbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"devDependencies": {
"ava": "^0.4.2",
"chai": "^3.4.1",
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.1",
"gulp-jscs": "^3.0.2",
"gulp-jscs-stylish": "^1.3.0",
Expand All @@ -39,7 +40,8 @@
"gulp-rename": "^1.2.2",
"jscs": "^2.7.0",
"jshint": "^2.8.0",
"jshint-stylish": "^2.1.0"
"jshint-stylish": "^2.1.0",
"tape": "^4.2.2"
},
"scripts": {
"test": "gulp test"
Expand Down

0 comments on commit 3d03bbb

Please sign in to comment.