We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2242b81 commit 6f42febCopy full SHA for 6f42feb
.gitignore
@@ -1,3 +1,6 @@
1
node_modules/
2
.next/
3
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
@@ -11,7 +11,8 @@
11
"required-env": []
12
},
13
"scripts": {
14
- "postinstall": "node ./postinstall.js"
+ "postinstall": "node ./postinstall.js",
15
+ "prepare": "cp ../../README.md ."
16
17
"files": [
18
"esc.js",
0 commit comments