firex-store
Advanced tools
Comparing version 1.0.0-alpha to 1.0.0-alpha1
{ | ||
"name": "firex-store", | ||
"version": "1.0.0-alpha", | ||
"version": "1.0.0-alpha1", | ||
"description": "subscribe firebase data to vuex", | ||
@@ -17,3 +17,5 @@ "main": "./lib/index.js", | ||
"prepublishOnly": "npm test && npm run lint", | ||
"preversion": "npm run lint" | ||
"preversion": "npm run lint", | ||
"version": "npm run format && git add -A src", | ||
"postversion": "git push && git push --tags" | ||
}, | ||
@@ -20,0 +22,0 @@ "repository": { |
@@ -13,3 +13,3 @@ # firex-store | ||
``` | ||
npm install --save firex-store | ||
npm install --save firex-store@1.0.0-alpha1 | ||
``` | ||
@@ -16,0 +16,0 @@ |
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
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
109844
1