@culturehq/hooks
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -9,2 +9,8 @@ # Changelog | ||
## [0.1.1] - 2019-06-27 | ||
### Changed | ||
- Fix up build script. | ||
## [0.1.0] - 2019-06-25 | ||
@@ -16,3 +22,4 @@ | ||
[unreleased]: https://github.com/CultureHQ/hooks/compare/v0.1.0...HEAD | ||
[unreleased]: https://github.com/CultureHQ/hooks/compare/v0.1.1...HEAD | ||
[0.1.1]: https://github.com/CultureHQ/hooks/compare/v0.1.0...v0.1.1 | ||
[0.1.0]: https://github.com/CultureHQ/hooks/compare/fd80f4...v0.1.0 |
{ | ||
"name": "@culturehq/hooks", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A set of reusable react hooks", | ||
@@ -8,4 +8,5 @@ "main": "dist/main.js", | ||
"scripts": { | ||
"build": "babel src --out-dir ./dist --ignore '**/__tests__'", | ||
"lint": "chq-scripts lint", | ||
"prepublishOnly": "rm -rf dist && mkdir dist && yarn babel --out-file dist/main.js --ignore '**/__tests__' src", | ||
"prepublishOnly": "rm -rf dist && mkdir dist && yarn build", | ||
"test": "chq-scripts test" | ||
@@ -12,0 +13,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
11522
13
113