Skip to content

Commit c6fa544

Browse files
committed
0.0.5
1 parent 2ee69d8 commit c6fa544

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dataprompt",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Prompts with data superpowers",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -37,7 +37,7 @@
3737
"test": "vitest",
3838
"packx": "npm pack && npm i --prefix ./examples ./dataprompt-0.0.2.tgz",
3939
"build": "tsc",
40-
"clean": "rimraf ./dataprompt-0.0.4.tgz ./dist",
40+
"clean": "rimraf ./dataprompt-0.0.5.tgz ./dist",
4141
"prepack": "npm run clean && npm run build",
4242
"postbuild": "chmod +x dist/cli/index.js",
4343
"c": "tsx ./src/context/index.ts",

0 commit comments

Comments
 (0)