@lion/choice-input
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.1.7](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.1.6...@lion/choice-input@0.1.7) (2019-05-13) | ||
### Bug Fixes | ||
* add prepublish step to make links absolute for npm docs ([9f2c4f6](https://github.com/ing-bank/lion/commit/9f2c4f6)) | ||
## [0.1.6](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.1.5...@lion/choice-input@0.1.6) (2019-05-08) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@lion/choice-input", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Base for all choise inputs like checkbox/radio", | ||
@@ -17,3 +17,3 @@ "author": "ing-bank", | ||
"scripts": { | ||
"prepublishOnly": "../../scripts/insert-header.js" | ||
"prepublishOnly": "../../scripts/npm-prepublish.js" | ||
}, | ||
@@ -34,11 +34,11 @@ "keywords": [ | ||
"dependencies": { | ||
"@lion/core": "^0.1.3", | ||
"@lion/field": "^0.1.6" | ||
"@lion/core": "^0.1.4", | ||
"@lion/field": "^0.1.7" | ||
}, | ||
"devDependencies": { | ||
"@lion/input": "^0.1.6", | ||
"@lion/input": "^0.1.7", | ||
"@open-wc/demoing-storybook": "^0.2.0", | ||
"@open-wc/testing": "^0.11.1" | ||
}, | ||
"gitHead": "0f0864b3da2d8d549de18733b597ebe49c9e1fc5" | ||
"gitHead": "97fe0f0aa720bef21fc000e584a44a62302d6871" | ||
} |
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
17221
Updated@lion/core@^0.1.4
Updated@lion/field@^0.1.7