ld-react-components
Advanced tools
Comparing version 1.0.21 to 1.0.22
@@ -0,1 +1,13 @@ | ||
# v1.0.22 (Thu Oct 03 2019) | ||
#### ⚠️ Pushed to master | ||
- remove storybook directory ([@poorpaddy](https://github.com/poorpaddy)) | ||
#### Authors: 1 | ||
- Dave Bergschneider ([@poorpaddy](https://github.com/poorpaddy)) | ||
--- | ||
# v1.0.21 (Thu Oct 03 2019) | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "ld-react-components", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "Semantic component helpers to support LaunchDarkly in your react app.", | ||
@@ -25,4 +25,4 @@ "main": "dist/index.js", | ||
"build:watch": "babel src/lib -w -d lib --copy-files", | ||
"docs:build": "build-storybook", | ||
"docs:publish": "push-dir --cleanup --dir=./storybook-static --branch=gh-pages --message='Update Docs [skip ci]'", | ||
"docs:build": "build-storybook -c .storybook -o .out", | ||
"docs:publish": "push-dir --cleanup --dir=storybook --branch=gh-pages --message='Update Docs [skip ci]'", | ||
"dev": "yarn docs", | ||
@@ -29,0 +29,0 @@ "release": "auto shipit" |
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
3039063