@appnest/lit-util
Advanced tools
Comparing version 0.0.12 to 0.0.13
{ | ||
"name": "@appnest/lit-util", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "A collection of useful functions for projects based on lit-html", | ||
@@ -46,12 +46,12 @@ "license": "MIT", | ||
"bump:major": "npm version major && npm run git:add:commit:push", | ||
"publish:patch": "npm run bump:patch && npm run b:lib && npm run publish", | ||
"publish:minor": "npm run bump:minor && npm run b:lib && npm run publish", | ||
"publish:major": "npm run bump:major && npm run b:lib && npm run publish" | ||
"publish:patch": "npm run test && npm run bump:patch && npm run b:lib && npm run publish", | ||
"publish:minor": "npm run test && npm run bump:minor && npm run b:lib && npm run publish", | ||
"publish:major": "npm run test && npm run bump:major && npm run b:lib && npm run publish" | ||
}, | ||
"dependencies": { | ||
"@polymer/lit-element": "^0.6.2" | ||
"@polymer/lit-element": "^0.6.3" | ||
}, | ||
"devDependencies": { | ||
"@appnest/web-config": "0.1.27" | ||
"@appnest/web-config": "0.1.28" | ||
} | ||
} |
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
36526
Updated@polymer/lit-element@^0.6.3