mirror of
https://github.com/valentineus/iii-client.git
synced 2025-12-21 14:13:22 +04:00
Correcting the method of repetition
This commit is contained in:
@@ -40,7 +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",
|
||||
"test": "mocha src/test.js --compilers js:babel-core/register --retries 3",
|
||||
"check": "eslint ./src/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user