Skip to content

Commit

Permalink
feat: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinlei committed Dec 30, 2020
1 parent d4e43ef commit 5d20eb7
Show file tree
Hide file tree
Showing 10 changed files with 350 additions and 383 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry = https://registry.npmjs.org
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## 1.0.0
- `new` 新增类型缓存功能
336 changes: 0 additions & 336 deletions package-lock.json

This file was deleted.

29 changes: 23 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,34 @@
{
"name": "mini-cache",
"name": "@miniprogram/cache",
"version": "1.0.0",
"description": "",
"description": "一个适用于微信小程序的模块化缓存工具库",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"author": "YuJinLei <[email protected]>",
"license": "ISC",
"keywords": [
"@miniprogram",
"@miniprogram-cache",
"miniprogram",
"miniprogram-cache",
"mini",
"mini-cache",
"cache"
],
"directories": {
"lib": "lib"
},
"scripts": {
"dev": "tsc -w"
"dev": "yarn && tsc -w",
"build": "rm -rf dist && yarn && tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"files": [
"dist",
"package.json",
"CHANGELOG.md",
"README.md"
],
"devDependencies": {
"tslint": "^6.1.3",
"typescript": "^4.1.3"
Expand Down
Loading

0 comments on commit 5d20eb7

Please sign in to comment.