Skip to content

Commit

Permalink
cleanup published package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcisbee committed Mar 17, 2023
1 parent 03f6b3e commit b8e79ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exome",
"version": "1.5.2",
"version": "1.5.3",
"description": "Proxy based store manager for deeply nested states",
"main": "exome.js",
"module": "exome.mjs",
Expand All @@ -14,7 +14,7 @@
"e2e": "uvu -r esbuild-register -i src",
"coverage": "c8 --check-coverage npm test",
"declarations": "tsc --declarationDir dist --emitDeclarationOnly --declaration",
"postbuild": "cp package.json dist && cp README.md dist && cp LICENSE dist"
"postbuild": "cat package.json | sed '/\\\"devDependencies\\\"/,/}/ d; /^$/d' > ./dist/package.json && cp README.md dist && cp LICENSE dist"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b8e79ef

Please sign in to comment.