Skip to content

Commit 8436aca

Browse files
committed
fix: rename
1 parent 24c5252 commit 8436aca

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

CHANGELOG.md

-6
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ npm i easystorage
99
```
1010

1111
```javascript
12-
import { local, cookie, session, memory, indexed } from 'easystorage';
12+
import { local, cookie, session, memory, indexed } from 'symstorage';
1313

1414
// localStorage
1515
local.set('key', value);

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "easystorage",
2+
"name": "symstorage",
33
"version": "1.0.0",
44
"description": "前端存储方案的简易封装",
55
"main": "dist/index.cjs.js",

0 commit comments

Comments
 (0)