storybook-pretty-props
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,17 @@ | ||
# v1.0.2 (Fri Apr 10 2020) | ||
:tada: This release contains work from a new contributor! :tada: | ||
Thank you, Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)), for all your work! | ||
#### ⚠️ Pushed to `master` | ||
- add publishConfig ([@hipstersmoothie](https://github.com/hipstersmoothie)) | ||
#### Authors: 1 | ||
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) | ||
--- | ||
# v1.0.1 (Fri Apr 10 2020) | ||
@@ -2,0 +18,0 @@ |
{ | ||
"name": "storybook-pretty-props", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Render prop types in a pretty way! Useful for storybook addons that display prop types.", | ||
@@ -14,2 +14,5 @@ "main": "./dist/cjs/index.js", | ||
], | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org" | ||
}, | ||
"license": "MIT", | ||
@@ -16,0 +19,0 @@ "scripts": { |
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
68624
89