Skip to content

Commit 6f42feb

Browse files
committed
Add README.md to npm package
1 parent 2242b81 commit 6f42feb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
node_modules/
22
.next/
33
dist/
4+
packages/next-plugin-preact/README.md
5+
packages/next-plugin-preact/next-plugin-preact*.tgz
6+
packages/next-plugin-preact/package

packages/next-plugin-preact/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"required-env": []
1212
},
1313
"scripts": {
14-
"postinstall": "node ./postinstall.js"
14+
"postinstall": "node ./postinstall.js",
15+
"prepare": "cp ../../README.md ."
1516
},
1617
"files": [
1718
"esc.js",

0 commit comments

Comments
 (0)