Skip to content

Commit 8930705

Browse files
committed
chore(release): v1.0.0 - published on npm as @mathflowjs/mathflow
1 parent 753e4f1 commit 8930705

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mathflowjs/mathflow",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "A lightweight library for evaluating mathematical expressions written in natural mathematical notation.",
55
"type": "module",
66
"exports": {
@@ -23,7 +23,7 @@
2323
"lint": "eslint src tests && prettier src tests --check",
2424
"lint:fix": "eslint --fix src tests && pnpm format",
2525
"test": "vitest run",
26-
"prepare": "husky install",
26+
"prepare": "husky || true",
2727
"release": "release-it",
2828
"prepack": "pnpm build"
2929
},

0 commit comments

Comments
 (0)