create-v-model
Advanced tools
Comparing version 0.2.4 to 1.0.0
{ | ||
"name": "create-v-model", | ||
"version": "0.2.4", | ||
"version": "1.0.0", | ||
"description": "create v-model bindings quickly and easily - without having to remember which props to use", | ||
@@ -19,3 +19,4 @@ "files": [ | ||
"version": "npm publish --access public", | ||
"postversion": "git push --follow-tags" | ||
"postversion": "git push --follow-tags", | ||
"test": "uvu -r esm -r browser-env/register test" | ||
}, | ||
@@ -25,4 +26,9 @@ "author": "Dave Honneffer <pearofducks@gmail.com>", | ||
"devDependencies": { | ||
"rollup": "^2.23.0" | ||
"@vue/test-utils": "^2.0.0-beta.2", | ||
"browser-env": "^3.3.0", | ||
"esm": "^3.2.25", | ||
"rollup": "^2.23.0", | ||
"uvu": "^0.3.3", | ||
"vue": "^3.0.0-rc.7" | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
6896
1
6