Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update devDependencies
- Updates jscs, jshint, and tape
  • Loading branch information
jonathantneal committed May 11, 2017
commit 0c74a25d9a7292b47f7424a22d752565d77d6eac
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"postcss": "^6.0.1"
},
"devDependencies": {
"jscs": "^2.1.0",
"jshint": "^2.8.0",
"jscs": "^3.0.7",
"jshint": "^2.9.4",
"npmpub": "^3.1.0",
"tape": "^4.0.3"
"tape": "^4.6.3"
},
"scripts": {
"lint": "npm run jscs && npm run jshint",
Expand Down