1
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:
2017-10-09 18:19:45 +04:00
parent eda77090c7
commit 50be69283c
2 changed files with 1 additions and 3 deletions

View File

@@ -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": {