Skip to content

Commit

Permalink
fix: add deps
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Aug 8, 2020
1 parent 4f713c4 commit b72e91a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ It is a monorepo for kvs.

- Browser
- [@kvs/indexeddb](./packages/indexeddb): Use IndexedDB
- For WebWorker and ServiceWorker
- [@kvs/localstorage](./packages/localstorage): Use LocalStorage
- For Browser
- Node.js
- [@kvs/node-localstorage](./packages/node-localstorage): Use [node-localstorage](https://github.com/lmaccherone/node-localstorage)
- For Node.js
- In-Memory

If you want to custom implementation, please test with [@kvs/common-test-case](./packages/common-test-case).
Expand Down
3 changes: 3 additions & 0 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
"tabWidth": 4,
"trailingComma": "none"
},
"dependencies": {
"@kvs/types": "^1.0.0"
},
"devDependencies": {
"@jsdevtools/karma-config": "^3.1.7",
"@types/mocha": "^8.0.1",
Expand Down
1 change: 0 additions & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"author": "azu",
"sideEffects": false,
"main": "lib/index.js",
"module": "module/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib",
Expand Down

0 comments on commit b72e91a

Please sign in to comment.