Skip to content

Commit 4c44084

Browse files
committed
fix: remove trailing comma from package.json scripts
Fix invalid JSON syntax that was causing 'pnpm i' to fail with 'Invalid package.json' error.
1 parent 11b5ab7 commit 4c44084

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"install:native": "node scripts/install.js",
2121
"docs:build": "typedoc && node scripts/build-docs.js",
2222
"docs:serve": "bundle exec jekyll serve --livereload",
23-
"docs:deploy": "pnpm run docs:build && bundle exec jekyll build",
24-
23+
"docs:deploy": "pnpm run docs:build && bundle exec jekyll build"
2524
},
2625
"keywords": [
2726
"syslog",

0 commit comments

Comments
 (0)