Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "vuex-alt", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "An alternative approach to Vuex helpers for accessing state, getters and actions that doesn't rely on string constants.", | ||
"main": "dist/index.js", | ||
"repository" :{ | ||
"type" : "git", | ||
"url" : "https://github.com/ejfrancis/Vuex-Alt.git" | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ejfrancis/Vuex-Alt.git" | ||
}, | ||
@@ -13,3 +13,3 @@ "scripts": { | ||
"transpile": "mkdirp ./dist && babel src/index.js --out-file dist/index.js", | ||
"bundle": "rimraf dist/ && rollup src/index.js --format cjs --output dist/bundle.js", | ||
"bundle": "rimraf dist/ && rollup src/index.js --format cjs --output dist/index.js", | ||
"build": "npm run transpile && npm run bundle", | ||
@@ -16,0 +16,0 @@ "prepublish": "npm run bundle" |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
13395
1