Skip to content

Commit

Permalink
chore: 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Aug 18, 2024
1 parent 37acec5 commit 0f9da6c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kaplayjs/crew",
"description": "The home of the KAPLAY assets.",
"version": "1.2.1",
"version": "1.3.0",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -29,8 +29,7 @@
"scripts": {
"build": "pnpm run tsc && node --experimental-strip-types scripts/build.ts",
"tsc": "tsc",
"prepublish": "pnpm run build",
"prepublishOnly": "pnpm run build"
"prepare": "pnpm run build"
},
"peerDependencies": {
"typescript": "^5.0.0"
Expand Down

0 comments on commit 0f9da6c

Please sign in to comment.