Skip to content

Commit

Permalink
Update versions, add npmignore (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
demariadaniel authored Jul 30, 2024
1 parent a10b4cc commit a397bec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@overture-stack/iobio-components",
"version": "0.0.0",
"version": "0.0.1",
"description": "Overture Integration of Iobio.io Genomic Analysis Tools",
"main": "index.js",
"type": "module",
Expand Down
1 change: 1 addition & 0 deletions packages/iobio-react-components/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src
2 changes: 1 addition & 1 deletion packages/iobio-react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobio-react-components",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"main": "src/index",
"scripts": {
Expand Down

0 comments on commit a397bec

Please sign in to comment.