can-demo-models
Advanced tools
Comparing version 6.0.1 to 6.1.0
{ | ||
"name": "can-demo-models", | ||
"version": "6.0.1", | ||
"version": "6.1.0", | ||
"description": "A collection of useful models to be used in demos on the CanJS docs", | ||
"main": "index.mjs", | ||
"scripts": { | ||
"postpublish": "git push --tags && git push", | ||
"release:major": "npm version major && npm publish", | ||
"release:minor": "npm version minor && npm publish", | ||
"release:patch": "npm version patch && npm publish", | ||
"release:pre": "npm version prerelease && npm publish --tag pre", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -8,0 +13,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
6061