Skip to content

Commit

Permalink
fix: readme was missing in the last pkg release
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier authored Jun 13, 2023
1 parent a6a36a9 commit dd04119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"scripts": {
"build": "rollup -c",
"postbuild": "tsc --emitDeclarationOnly && npm run copy",
"copy": "copyfiles package.json README.md LICENSE dist && json -I -f dist/package.json -e \"this.private=false; this.devDependencies=undefined; this.optionalDependencies=undefined; this.scripts=undefined; this.husky=undefined; this.prettier=undefined; this.jest=undefined; this['lint-staged']=undefined;\"",
"copy": "copyfiles package.json readme.md LICENSE dist && json -I -f dist/package.json -e \"this.private=false; this.devDependencies=undefined; this.optionalDependencies=undefined; this.scripts=undefined; this.husky=undefined; this.prettier=undefined; this.jest=undefined; this['lint-staged']=undefined;\"",
"release": "semantic-release",
"test": "echo no tests yet"
},
Expand Down

0 comments on commit dd04119

Please sign in to comment.