Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit 8470dde

Browse files
chore: bump version to 0.0.2 [skip ci]
1 parent ca90387 commit 8470dde

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cursor-reset",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Cursor 编辑器试用重置工具",
55
"main": "cursor-reset.js",
66
"bin": "cursor-reset.js",
@@ -10,10 +10,18 @@
1010
"build:all": "pkg . --targets node16-macos-x64,node16-win-x64,node16-linux-x64 --output dist/cursor-reset"
1111
},
1212
"pkg": {
13-
"targets": ["node18-linux-x64", "node18-macos-x64", "node18-win-x64"],
13+
"targets": [
14+
"node18-linux-x64",
15+
"node18-macos-x64",
16+
"node18-win-x64"
17+
],
1418
"outputPath": "dist"
1519
},
16-
"keywords": ["cursor", "reset", "trial"],
20+
"keywords": [
21+
"cursor",
22+
"reset",
23+
"trial"
24+
],
1725
"author": {
1826
"name": "isboyjc",
1927
"email": "isboyjc@gmail.com",

0 commit comments

Comments
 (0)