Skip to content

Commit

Permalink
chore: possibly fixing readme in npm
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-perkins committed Jan 5, 2024
1 parent 293433b commit e2f584e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
4 changes: 3 additions & 1 deletion packages/react-output-target/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ dist/
.DS_Store
Thumbs.db
UserInterfaceState.xcuserstate
.env
.env

README.md
21 changes: 12 additions & 9 deletions packages/react-output-target/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
{
"name": "@stencil-community/react-output-target",
"version": "0.0.2",
"version": "0.0.3",
"description": "React component wrappers for Stencil web components",
"license": "MIT",
"homepage": "https://github.com/stencil-community/stencil-react-output-target#README",
"author": "Sean Perkins <[email protected]>",
"homepage": "https://github.com/stencil-community/stencil-react-output-target",

"repository": {
"type": "git",
"url": "https://github.com/stencil-community/stencil-react-output-target",
"directory": "packages/react-output-target"
},
"scripts": {
"dev": "vite",
"build": "vite build && vue-tsc --emitDeclarationOnly && cp ../../README.md dist/README.md",
"build": "vite build && vue-tsc --emitDeclarationOnly && pnpm copy:readme",
"copy:readme": "cp ../../README.md dist/README.md && cp ../../README.md .",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
Expand All @@ -33,9 +40,5 @@
"require": "./dist/stencil-react-output-target.umd.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/stencil-community/stencil-react-output-target",
"directory": "packages/react-output-target"
}
"author": "Stencil Community"
}

0 comments on commit e2f584e

Please sign in to comment.