Skip to content

Commit

Permalink
Add README.md to npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
sventschui committed Aug 28, 2020
1 parent 2242b81 commit 6f42feb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
node_modules/
.next/
dist/
packages/next-plugin-preact/README.md
packages/next-plugin-preact/next-plugin-preact*.tgz
packages/next-plugin-preact/package
3 changes: 2 additions & 1 deletion packages/next-plugin-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"required-env": []
},
"scripts": {
"postinstall": "node ./postinstall.js"
"postinstall": "node ./postinstall.js",
"prepare": "cp ../../README.md ."
},
"files": [
"esc.js",
Expand Down

0 comments on commit 6f42feb

Please sign in to comment.