Skip to content

Commit

Permalink
Dont pack files in package that are just used for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Oct 12, 2024
1 parent 65ca6ea commit 6637045
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egraph-visualizer",
"version": "2.0.1",
"version": "2.0.2",
"repository": {
"type": "git",
"url": "git+https://github.com/saulshanabrook/egraph-visualizer.git"
Expand Down Expand Up @@ -50,7 +50,8 @@
"vite": "^5.4.8"
},
"files": [
"dist"
"dist/index.js",
"dist/style.css"
],
"main": "dist/index.js",
"packageManager": "[email protected]"
Expand Down

0 comments on commit 6637045

Please sign in to comment.