Skip to content

Commit

Permalink
chore: npm configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-perkins committed Jan 5, 2024
1 parent 6c33315 commit 293433b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/react-output-target/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@stencil-community/react-output-target",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"homepage": "https://github.com/stencil-community/stencil-react-output-target#README",
"author": "Sean Perkins <[email protected]>",
"scripts": {
"dev": "vite",
"build": "vite build && vue-tsc --emitDeclarationOnly && cp ../../README.md dist/README.md",
Expand Down Expand Up @@ -29,5 +32,10 @@
"import": "./dist/stencil-react-output-target.es.js",
"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"
}
}

0 comments on commit 293433b

Please sign in to comment.