ld-react-components
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -0,1 +1,13 @@ | ||
# v1.0.16 (Tue Oct 01 2019) | ||
#### ⚠️ Pushed to master | ||
- updated package.json and readme to reflect correct contributor commands. ([@poorpaddy](https://github.com/poorpaddy)) | ||
#### Authors: 1 | ||
- poorpaddy ([@poorpaddy](https://github.com/poorpaddy)) | ||
--- | ||
# v1.0.15 (Tue Oct 01 2019) | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "ld-react-components", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "Semantic component helpers to support LaunchDarkly in your react app.", | ||
@@ -24,4 +24,2 @@ "main": "dist/index.js", | ||
"build:watch": "babel src/lib -w -d lib --copy-files", | ||
"contributors:add": "all-contributors", | ||
"contributors:generate": "all-contributors generate", | ||
"docs": "webpack-dev-server --config src/docs/webpack.config.live.babel.js", | ||
@@ -28,0 +26,0 @@ "docs:build": "NODE_ENV=production webpack --config src/docs/webpack.config.live.babel.js", |
@@ -288,2 +288,5 @@ <div align="center"> | ||
`yarn all-contributors add <username> <contribution>` | ||
Example: `yarn all-contributors add poorpaddy code,doc` | ||
### Adding a Contributor | ||
@@ -290,0 +293,0 @@ |
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
2875300
297