Skip to content

Commit 649387f

Browse files
committed
Fix JSON typo in package.json
1 parent 6e07cf6 commit 649387f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"docs:typedoc": "typedoc --out docs src",
3232
"docs:local": "npm run docs:js && cd docs && bundle exec jekyll serve",
3333
"docs": "npm run docs:js && npm run docs:typedoc && npm run docs:jekyll",
34-
"prepare": "npm run build",
34+
"prepare": "npm run build"
3535
},
3636
"devDependencies": {
3737
"@eslint/js": "^9.10.0",

0 commit comments

Comments
 (0)