Comparing version 0.2.0 to 0.3.0
import { create } from 'zustand'; | ||
function zukeeper(createFunction) { | ||
const keeper = (set, get) => { | ||
return (set, get) => { | ||
const store = createFunction(set, get); | ||
@@ -27,6 +27,4 @@ for (let key in store) { | ||
}; | ||
window.store = create(keeper); | ||
return keeper; | ||
} | ||
export default zukeeper; |
{ | ||
"name": "zukeeper", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Dev Tools for Zustand", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
1194
26