diff options
Diffstat (limited to 'node_modules/hash.js/package.json')
| -rw-r--r-- | node_modules/hash.js/package.json | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/node_modules/hash.js/package.json b/node_modules/hash.js/package.json index 04f7b6565..20524c865 100644 --- a/node_modules/hash.js/package.json +++ b/node_modules/hash.js/package.json @@ -1,10 +1,12 @@ { "name": "hash.js", - "version": "1.0.3", + "version": "1.1.3", "description": "Various hash functions that could be run by both browser and node", "main": "lib/hash.js", + "typings": "lib/hash.d.ts", "scripts": { - "test": "mocha --reporter=spec test/*-test.js" + "test": "mocha --reporter=spec test/*-test.js && npm run lint", + "lint": "eslint lib/*.js lib/**/*.js lib/**/**/*.js test/*.js" }, "repository": { "type": "git", @@ -23,9 +25,11 @@ }, "homepage": "https://github.com/indutny/hash.js", "dependencies": { - "inherits": "^2.0.1" + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.0" }, "devDependencies": { - "mocha": "^1.18.2" + "eslint": "^4.0.0", + "mocha": "^3.4.2" } } |
