Skip to content

Commit

Permalink
release: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Apr 25, 2024
1 parent 8ec88a8 commit 354b978
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "prebundle",
"version": "1.0.0",
"version": "1.0.1",
"main": "./dist/index.js",
"type": "module",
"scripts": {
"dev": "tsc --watch",
"build": "tsc"
"build": "tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 354b978

Please sign in to comment.