@tanem/react-nprogress
Advanced tools
Comparing version 1.0.0 to 1.0.1
# Changelog | ||
## [v1.0.1](https://github.com/tanem/react-nprogress/tree/v1.0.1) (2018-10-20) | ||
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v1.0.0...v1.0.1) | ||
**Merged pull requests:** | ||
- Fix publish script [\#10](https://github.com/tanem/react-nprogress/pull/10) ([tanem](https://github.com/tanem)) | ||
## [v1.0.0](https://github.com/tanem/react-nprogress/tree/v1.0.0) (2018-10-20) | ||
@@ -4,0 +11,0 @@ **Merged pull requests:** |
{ | ||
"name": "@tanem/react-nprogress", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A React primitive for building slim progress bars inspired by Google, YouTube, and Medium.", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
"postcompile": "del '*.d.ts' '!index.d.ts'", | ||
"postversion": "git push && git push --tags && npm publish", | ||
"postversion": "git push && git push --tags && npm publish --access=public", | ||
"release": "npm version -m 'Release v%s'", | ||
@@ -35,0 +35,0 @@ "test": "run-s check:* lint build test:*", |
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
69362