@lion/button
Advanced tools
Comparing version 0.5.12 to 0.6.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.6.0](https://github.com/ing-bank/lion/compare/@lion/button@0.5.12...@lion/button@0.6.0) (2020-05-18) | ||
### Features | ||
* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48)) | ||
## [0.5.12](https://github.com/ing-bank/lion/compare/@lion/button@0.5.11...@lion/button@0.5.12) (2020-04-29) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@lion/button", | ||
"version": "0.5.12", | ||
"version": "0.6.0", | ||
"description": "A button that is easily styleable and accessible in all contexts", | ||
@@ -18,4 +18,4 @@ "author": "ing-bank", | ||
"prepublishOnly": "../../scripts/npm-prepublish.js", | ||
"test": "cd ../../ && yarn test --grep \"packages/button/test/**/*.test.js\"", | ||
"test:watch": "cd ../../ && yarn test:watch --grep \"packages/button/test/**/*.test.js\"" | ||
"test": "cd ../../ && yarn test:browser --grep \"packages/button/test/**/*.test.js\"", | ||
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/button/test/**/*.test.js\"" | ||
}, | ||
@@ -37,4 +37,7 @@ "keywords": [ | ||
], | ||
"sideEffects": [ | ||
"lion-button.js" | ||
], | ||
"dependencies": { | ||
"@lion/core": "0.5.2" | ||
"@lion/core": "0.6.0" | ||
}, | ||
@@ -44,3 +47,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "2476211c21e3f785a909c71e8f94ff307fc6a4fc" | ||
"gitHead": "f9ce60c08cf0c608f5f3a9ef9937c536f7782c11" | ||
} |
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
58729
+ Added@lion/core@0.6.0(transitive)
- Removed@lion/core@0.5.2(transitive)
Updated@lion/core@0.6.0