Skip to content

Commit

Permalink
package: make mocha dev dependency again
Browse files Browse the repository at this point in the history
Fix: #10
  • Loading branch information
indutny committed Jun 20, 2017
1 parent 224838e commit 161ebab
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 35 deletions.
97 changes: 65 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -25,10 +25,10 @@
"homepage": "https://github.com/indutny/hash.js",
"dependencies": {
"inherits": "^2.0.3",
"minimalistic-assert": "^1.0.0",
"mocha": "^3.4.2"
"minimalistic-assert": "^1.0.0"
},
"devDependencies": {
"eslint": "^4.0.0"
"eslint": "^4.0.0",
"mocha": "^3.4.2"
}
}

0 comments on commit 161ebab

Please sign in to comment.