Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "vuex-alt", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "An alternative approach to Vuex helpers for accessing state, getters and actions that doesn't rely on string constants.", | ||
@@ -11,3 +11,3 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"test": "jest", | ||
"build": "rimraf dist/ && rollup src/index.js --format cjs --output dist/index.js", | ||
@@ -26,2 +26,3 @@ "prepublish": "npm run build" | ||
"devDependencies": { | ||
"jest": "^20.0.4", | ||
"rimraf": "^2.6.1", | ||
@@ -28,0 +29,0 @@ "rollup": "^0.41.6" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
17038
10
338
2
3