@geniussoft/use-hooks
Advanced tools
Comparing version 0.0.1-beta3 to 0.0.1-beta4
{ | ||
"name": "@geniussoft/use-hooks", | ||
"version": "0.0.1-beta3", | ||
"version": "0.0.1-beta4", | ||
"description": "Reusable React Hooks from useHooks.com and other online resources", | ||
@@ -10,3 +10,2 @@ "main": "dist/index.js", | ||
"license": "MIT", | ||
"private": false, | ||
"scripts": { | ||
@@ -13,0 +12,0 @@ "build": "tsc", |
@@ -18,3 +18,3 @@ # useHooks | ||
``` | ||
import useLocalStorage from '@geniussoft/use-hooks/useLocalStorage' | ||
import { useLocalStorage } from '@geniussoft/use-hooks' | ||
@@ -21,0 +21,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
4793