Skip to content

Commit

Permalink
GHI-#10 Add development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Feb 21, 2017
1 parent 9e22d88 commit ddc7717
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 @@ -30,7 +30,10 @@
],
"devDependencies": {
"eslint": "3.15.0",
"eslint-plugin-json": "1.2.0"
"eslint-plugin-json": "1.2.0",
"gulp": "3.9.1",
"gulp-help": "1.6.1",
"gulp-eslint": "3.0.1"
},
"scripts": {
"lint": "eslint src/json/nord.json"
Expand Down

0 comments on commit ddc7717

Please sign in to comment.