Skip to content

Commit

Permalink
v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BLamy committed Sep 23, 2023
1 parent 2a0d8ad commit 0ce8367
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "prompt-builder",
"version": "4.0.1",
"version": "4.0.2",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"prepublish": "rm -rf dist && tsc",
"prettier": "npx prettier --write src",
Expand Down

0 comments on commit 0ce8367

Please sign in to comment.