Skip to content

Commit

Permalink
fix: remove initial release data
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Feb 7, 2024
1 parent c79bf09 commit 5404f3e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"bin": "dist/app.js",
"release": {
"initialVersion": {
"version": "0.0.2"
},
"sharedActionsOverride": {
"updateHomepage": false
}
},
"scripts": {
"start": "tsc && node dist/app.js",
"build": "tsc && node scripts/genTypes.mjs",
Expand Down

0 comments on commit 5404f3e

Please sign in to comment.