Comparing version 4.0.0-rc.3 to 4.0.0
{ | ||
"name": "vue-types", | ||
"version": "4.0.0-rc.3", | ||
"version": "4.0.0", | ||
"description": "Prop types utility for Vue", | ||
@@ -48,3 +48,3 @@ "author": "Marco Solazzi", | ||
"test": "jest", | ||
"lint": "eslint '{src,__tests__,.}/**/*.{ts,js,cjs}'", | ||
"lint": "eslint '{src,__tests__,.}/**/*.{ts,js,cjs}'", | ||
"examples": "cross-env NODE_ENV=development node ./scripts/run-examples.cjs", | ||
@@ -51,0 +51,0 @@ "docs:dev": "vuepress dev docs", |
@@ -37,3 +37,3 @@ # vue-types | ||
1. Make your changes | ||
1. Update or add tests in `test/` | ||
1. Update or add tests in `__tests__/` | ||
1. Verify that everything works: `npm run lint && npm test` | ||
@@ -40,0 +40,0 @@ 1. Submit a Pull Request |
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
301425