Skip to content

Commit ba661d5

Browse files
committed
Fixed bugs
1 parent dca8d80 commit ba661d5

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactjs-localstorage",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Easy use localstorage in Reactjs",
55
"main": "react-localstorage.js",
66
"repository": {

test/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
if (!localStorage) {
2-
var localStorage = {};
3-
}
4-
51
var should = require("chai").should(),
62
app = require("../react-localstorage");
73

0 commit comments

Comments
 (0)