@bigfive-org/score
Advanced tools
+2
-6
| { | ||
| "name": "@bigfive-org/score", | ||
| "description": "Calculate score for big five tests", | ||
| "version": "1.1.0", | ||
| "version": "1.2.0", | ||
| "license": "MIT", | ||
@@ -30,7 +30,3 @@ "types": "index.d.ts", | ||
| "test": "standard && ava", | ||
| "test-offline": "standard && ava", | ||
| "coverage": "nyc ava", | ||
| "coveralls": "nyc ava && nyc report --reporter=lcov && cat coverage/lcov.info | coveralls", | ||
| "standard-fix": "standard --fix", | ||
| "refresh": "rm -rf node_modules && rm package-lock.json && npm install" | ||
| "standard-fix": "standard --fix" | ||
| }, | ||
@@ -37,0 +33,0 @@ "keywords": [ |
7341
-3.15%