Skip to content

Commit c5092c1

Browse files
committed
Release npm
1 parent c2a3116 commit c5092c1

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.npmignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# whitelist
2+
*
3+
.*
4+
!README.md
5+
!dist/idb-cache.js
6+
!dist/idb-cache.d.ts

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# idb-cache
22

33
[![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)
45
[![license](https://img.shields.io/github/license/drecom/idb-cache.svg)](LICENSE)
56

67
idb-cache is a fast and simple cache library for JavaScript using IndexedDB.

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
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",
55
"main": "dist/idb-cache.js",
66
"types": "dist/idb-cache.d.ts",
77
"scripts": {
@@ -17,6 +17,8 @@
1717
},
1818
"keywords": [
1919
"IndexedDB",
20+
"storage",
21+
"limit",
2022
"cache"
2123
],
2224
"author": "Drecom Co.,Ltd.",

0 commit comments

Comments
 (0)