mirror of https://github.com/status-im/bip39.git
package: rm compile target
This commit is contained in:
parent
c3d45e9000
commit
acfdcc72f0
|
@ -4,7 +4,6 @@
|
|||
"description": "Bitcoin BIP39: Mnemonic code for generating deterministic keys",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"compile": "browserify index.js -s bip39 > bip39.js",
|
||||
"test": "npm run standard && npm run unit",
|
||||
"unit": "mocha --reporter list test/*.js",
|
||||
"standard": "standard"
|
||||
|
@ -29,7 +28,6 @@
|
|||
"unorm": "^1.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "^9.0.0",
|
||||
"mocha": "^2.2.0",
|
||||
"mock-require": "^1.0.5",
|
||||
"standard": "*"
|
||||
|
|
Loading…
Reference in New Issue