@shopify/react-hooks
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -8,4 +8,6 @@ # Changelog | ||
## [Unreleased] | ||
<!-- ## [Unreleased] --> | ||
## [1.3.0] - 2019-10-29 | ||
- Added a `usePrevious` hook ([#1145](https://github.com/Shopify/quilt/pull/1145)) | ||
@@ -12,0 +14,0 @@ |
{ | ||
"name": "@shopify/react-hooks", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"license": "MIT", | ||
"description": "A collection of primitive React hooks.", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"sideEffects": false, | ||
"main": "dist/src/index.js", | ||
"types": "dist/src/index.d.ts", | ||
"scripts": { | ||
"build": "tsc --p tsconfig.build.json", | ||
"prepublishOnly": "yarn run build" | ||
"build": "tsc --p tsconfig.json" | ||
}, | ||
"sideEffects": false, | ||
"publishConfig": { | ||
@@ -14,0 +13,0 @@ "access": "public", |
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
306309
25