Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
bortoz committed Nov 24, 2024
1 parent 1da2b19 commit dc6b7b1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"name": "@olinfo/quizms",
"version": "2.0.0-beta.5",
"version": "2.0.0",
"type": "module",
"author": "Alessandro Bortolin <[email protected]>",
"license": "MIT",
"scripts": {
"prebuild": "biome check",
"prebuild": "biome check && tsc --noEmit",
"build": "NODE_ENV=production node scripts/build.js build",
"watch": "node scripts/build.js watch",
"lint": "biome check --write && tsc --noEmit",
"prepack": "yarn build",
"release": "npm publish --access public"
"prepack": "yarn build"
},
"bin": {
"quizms": "bin/bin.js"
Expand Down

0 comments on commit dc6b7b1

Please sign in to comment.