Skip to content

Commit 769faad

Browse files
committed
build: 更新 package.json 版本并添加 types 导出
添加 TypeScript 类型声明文件导出路径,同时将版本号从 1.0.1 升级至 1.0.2
1 parent eb8e1c9 commit 769faad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "geed-storage",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "支持 `json` 的本地存储。",
55
"author": "onlymisaky",
66
"license": "ISC",
@@ -20,6 +20,7 @@
2020
],
2121
"exports": {
2222
".": {
23+
"types": "./dist/typings/index.d.ts",
2324
"import": "./dist/geed-storage.js",
2425
"require": "./dist/geed-storage.umd.js"
2526
}

0 commit comments

Comments
 (0)