Skip to content

Commit

Permalink
cleanup package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RotateAt60MPH committed Feb 16, 2024
1 parent d48ec3f commit ace0cf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
"test-cover": "npm test -- --coverage",
"test": "jest",
"version:full": "npm --no-git-tag-version version `date +%y.%m.%d-0`",
"version:inc": "npm --no-git-tag-version version prerelease"
"version:inc": "npm --no-git-tag-version version prerelease",
"postinstall": "node ./postinstall.js"
},
"browserslist": [
">0.2%",
Expand Down

0 comments on commit ace0cf7

Please sign in to comment.