Skip to content

Commit 0ce8367

Browse files
committed
v4.0.2
1 parent 2a0d8ad commit 0ce8367

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "prompt-builder",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
7+
"files": [
8+
"dist"
9+
],
710
"scripts": {
811
"prepublish": "rm -rf dist && tsc",
912
"prettier": "npx prettier --write src",

0 commit comments

Comments
 (0)