@forter/button
Advanced tools
Comparing version 1.0.0-alpha.8 to 1.0.0
{ | ||
"name": "@forter/button", | ||
"version": "1.0.0-alpha.8", | ||
"version": "1.0.0", | ||
"description": "Button from Forter Components", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"scripts": { | ||
"build": "rollup -c", | ||
"build": "npx rollup -c", | ||
"clean": "sh ../../scripts/clean.sh", | ||
@@ -45,17 +45,11 @@ "link": "npm link", | ||
}, | ||
"devDependencies": { | ||
"crocks": "^0.11.1", | ||
"rollup": "^1.4.1", | ||
"rollup-plugin-babel": "^4.3.2", | ||
"rollup-plugin-commonjs": "^9.2.1", | ||
"rollup-plugin-lit-css": "^2.0.0", | ||
"rollup-plugin-node-resolve": "^4.0.1" | ||
}, | ||
"dependencies": { | ||
"@forter/helpers": "^1.0.0-alpha.2", | ||
"@forter/icon": "^1.0.0-alpha.4", | ||
"@forter/styles": "^1.0.0-alpha.2", | ||
"@polymer/paper-tooltip": "^3.0.1" | ||
"@forter/helpers": "^1.0.0", | ||
"@forter/icon": "^1.0.0", | ||
"@forter/styles": "^1.0.0", | ||
"@polymer/paper-tooltip": "^3.0.1", | ||
"lit-element": "^2.1.0", | ||
"lit-html": "^1.0.0" | ||
}, | ||
"gitHead": "4c7c94fb62c1d4b549b415f097c09b9a00db2864" | ||
"gitHead": "e1ce672b1ba3e7716d9918c70c6035d5198a1020" | ||
} |
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
1
70520
6
+ Addedlit-element@^2.1.0
+ Addedlit-html@^1.0.0
Updated@forter/helpers@^1.0.0
Updated@forter/icon@^1.0.0
Updated@forter/styles@^1.0.0