diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-09 18:00:02 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-09 18:00:02 +0300 |
commit | cc2c50b07b33c4032c62c0c46f4ada139ea08664 (patch) | |
tree | 58b9b8b81e2fef9a673fbd87d35fa83b8468fe38 /package.json | |
parent | 79243accc540b3d75bb3a228786274094d479ffe (diff) | |
download | iii-client-cc2c50b07b33c4032c62c0c46f4ada139ea08664.tar.xz iii-client-cc2c50b07b33c4032c62c0c46f4ada139ea08664.zip |
Small code refactoring to support older platforms
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/package.json b/package.json index 302ba3e..3381cd4 100644 --- a/package.json +++ b/package.json @@ -40,10 +40,7 @@ "build-standalone": "babel src/index.js --out-file dist/standalone.js", "build-browser": "rollup --config rollup.config.js", "build": "npm run build-browser && npm run build-standalone", - "test": "mocha src/test.js --compilers js:babel-core/register --retries 3", + "test": "mocha src/test.js --compilers js:babel-core/register", "check": "eslint ./src/index.js" - }, - "dependencies": { - "safe-buffer": "^5.1.1" } } |