mirror of https://github.com/status-im/bip39.git
Upgrade browserify to include sha512 & add testling
This commit is contained in:
parent
f6a379589d
commit
64dfc73d56
15
package.json
15
package.json
|
@ -24,8 +24,21 @@
|
|||
"pbkdf2-compat": "2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "^5.9.1",
|
||||
"browserify": "^5.12.0",
|
||||
"mocha": "^1.17.1",
|
||||
"sinon": "^1.10.3"
|
||||
},
|
||||
"testling": {
|
||||
"browsers": [
|
||||
"android-browser/4.2..latest",
|
||||
"chrome/20..latest",
|
||||
"firefox/21..latest",
|
||||
"ipad/6..latest",
|
||||
"iphone/6..latest",
|
||||
"opera/15..latest",
|
||||
"safari/latest"
|
||||
],
|
||||
"harness": "mocha-bdd",
|
||||
"files": "test/*.js"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue