We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a73735 commit 7ba3decCopy full SHA for 7ba3dec
package.json
@@ -13,7 +13,7 @@
13
"test:unit:silent": "npm run test:unit > tmp/test-unit-log.txt 2>&1",
14
"test:browser": "karma start --single-run",
15
"test:watch": "npm run test:unit -- --watch",
16
- "coverage": "nyc --reporter=text --include='src/**/*.js' --temp-dir=./tmp/ --check-coverage --lines 50 npm run test:unit:silent",
+ "coverage": "nyc --reporter=text --include='src/**/*.js' --temp-dir=./tmp/ --check-coverage --lines 91 npm run test:unit:silent",
17
"lint": "eslint . --ext .js --format unix --ignore-path .gitignore --ignore-pattern \"dist/*\"",
18
"lint:fix": "npm run lint -- --fix",
19
"docs": "documentation build src/Particle.js --shallow -g -f md -o docs/api.md",
0 commit comments