We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753e4f1 commit 8930705Copy full SHA for 8930705
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@mathflowjs/mathflow",
3
- "version": "0.0.0",
+ "version": "1.0.0",
4
"description": "A lightweight library for evaluating mathematical expressions written in natural mathematical notation.",
5
"type": "module",
6
"exports": {
@@ -23,7 +23,7 @@
23
"lint": "eslint src tests && prettier src tests --check",
24
"lint:fix": "eslint --fix src tests && pnpm format",
25
"test": "vitest run",
26
- "prepare": "husky install",
+ "prepare": "husky || true",
27
"release": "release-it",
28
"prepack": "pnpm build"
29
},
0 commit comments