Skip to content

Commit

Permalink
updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bateman001 committed Aug 21, 2024
1 parent 8b106a7 commit 86eab54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ dist
.yarn/install-state.gz
.pnp.*

dist/
node_modules/
/dist
/node_modules
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sample-component-library",
"name": "@bateman001/base-react-component-library",
"version": "1.0.0",
"description": "this is an example of how to build a component library",
"main": "dist/cjs/index.js",
Expand All @@ -23,5 +23,8 @@
"dist"
],
"types": "dist/index.d.ts",
"type": "module"
"type": "module",
"publishConfig": {
"registry": "https://npm.pkg.github.com/bateman001"
}
}

0 comments on commit 86eab54

Please sign in to comment.