Skip to content

Commit

Permalink
De-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
JAForbes committed Dec 4, 2024
1 parent a829f5f commit 31a9361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build:test": "npm run test",
"build:clear": "rm -fr ./dist",
"build": "npm run build:clear && npm run build:bundle && npm run build:types && npm run build:test",
"prepublishOnly": "npm run build && npm version prerelease --preid=next"
"prepublishOnly": "npm run build && npm version patch"
},
"exports": {
".": "./dist/super-mithril-css.esm.js",
Expand Down

0 comments on commit 31a9361

Please sign in to comment.