vuex-composition-helpers
Advanced tools
Comparing version 1.0.15 to 1.0.16
{ | ||
"name": "vuex-composition-helpers", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "Helpers to use Vuex store form Vue Composition API", | ||
@@ -15,4 +15,6 @@ "author": "David Meir-Levy <davidmeirlevy@gmail.com>", | ||
"main": "src/index.ts", | ||
"browser": "dist/index.js", | ||
"typings": "dist/types/index.d.ts", | ||
"scripts": { | ||
"prepublish": "npx tsc --build tsconfig.json", | ||
"prepublish": "npm run test && npx tsc --build tsconfig.json", | ||
"test": "jest" | ||
@@ -19,0 +21,0 @@ }, |
@@ -8,2 +8,4 @@ { | ||
"forceConsistentCasingInFileNames": true, | ||
"declaration": true, | ||
"declarationDir": "dist/types", | ||
"outDir": "./dist", | ||
@@ -10,0 +12,0 @@ "sourceMap": true, |
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
32845
26
497