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 8fa069e commit 4df3752Copy full SHA for 4df3752
package.json
@@ -6,6 +6,7 @@
6
"homepage": "https://github.com/P5-wrapper/react",
7
"license": "MIT",
8
"files": [
9
+ "README.md",
10
"dist/component/*"
11
],
12
"types": "./dist/component/main.d.ts",
@@ -28,6 +29,8 @@
28
29
"integrate": "pnpm format:check && pnpm lint && pnpm test && pnpm build",
30
"lint": "eslint --config config/eslint/eslint.config.ts",
31
"lint:fix": "pnpm lint --fix",
32
+ "prepublishOnly": "cp .github/README.md ./README.md",
33
+ "postpublish": "rm ./README.md",
34
"prettier": "prettier --config config/prettier/prettier.json --ignore-path .gitignore",
35
"test": "vitest run --silent --config config/vite/vite.config.ts",
36
"test:coverage": "vitest run --silent --coverage --config config/vite/vite.config.ts",
0 commit comments