File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ # whitelist
2
+ *
3
+ . *
4
+ ! README.md
5
+ ! dist /idb-cache.js
6
+ ! dist /idb-cache.d.ts
Original file line number Diff line number Diff line change 1
1
# idb-cache
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/drecom/idb-cache.svg?branch=master )] ( https://travis-ci.org/drecom/idb-cache )
4
+ [ ![ npm version] ( https://badge.fury.io/js/%40drecom%2Fidb-cache.svg )] ( https://badge.fury.io/js/%40drecom%2Fidb-cache )
4
5
[ ![ license] ( https://img.shields.io/github/license/drecom/idb-cache.svg )] ( LICENSE )
5
6
6
7
idb-cache is a fast and simple cache library for JavaScript using IndexedDB.
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " idb-cache" ,
3
- "version" : " 0.0.1 " ,
4
- "description" : " WIP " ,
2
+ "name" : " @drecom/ idb-cache" ,
3
+ "version" : " 0.0.2 " ,
4
+ "description" : " idb-cache is a fast and simple cache library for JavaScript using IndexedDB " ,
5
5
"main" : " dist/idb-cache.js" ,
6
6
"types" : " dist/idb-cache.d.ts" ,
7
7
"scripts" : {
17
17
},
18
18
"keywords" : [
19
19
" IndexedDB" ,
20
+ " storage" ,
21
+ " limit" ,
20
22
" cache"
21
23
],
22
24
"author" : " Drecom Co.,Ltd." ,
You can’t perform that action at this time.
0 commit comments