We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca8d80 commit ba661d5Copy full SHA for ba661d5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "reactjs-localstorage",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Easy use localstorage in Reactjs",
5
"main": "react-localstorage.js",
6
"repository": {
test/index.js
@@ -1,7 +1,3 @@
-if (!localStorage) {
- var localStorage = {};
-}
-
var should = require("chai").should(),
app = require("../react-localstorage");
7
0 commit comments