alt-localstore
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "alt-localstore", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "save and restore alt store state to localStorage, listens to changes", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"compile": "babel --optional runtime -d lib/ src/", | ||
"prepublish": "npm run compile", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -30,3 +32,7 @@ }, | ||
"immutable": "^3.7.5" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.0.14", | ||
"babel-runtime": "^6.0.14" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
3519
2
4
32