react-swipe-hook
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.1.1](https://github.com/EricLambrecht/react-swipe-hook/compare/v0.1.0...v0.1.1) (2020-03-19) | ||
### Bug Fixes | ||
* Fix npm package entrypoint ([3991e60](https://github.com/EricLambrecht/react-swipe-hook/commit/3991e609e5f14a1ce42bcbbe4208b7fdbd00618b)) | ||
### 0.1.0 (2020-03-19) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "react-swipe-hook", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A hook for running callbacks on swipe", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/useSwipeCallback.js", | ||
"types": "dist/useSwipeCallback.d.ts", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "test": "npm run test:integration", |
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
12852