Skip to content

Commit 6637045

Browse files
Dont pack files in package that are just used for demo
1 parent 65ca6ea commit 6637045

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egraph-visualizer",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/saulshanabrook/egraph-visualizer.git"
@@ -50,7 +50,8 @@
5050
"vite": "^5.4.8"
5151
},
5252
"files": [
53-
"dist"
53+
"dist/index.js",
54+
"dist/style.css"
5455
],
5556
"main": "dist/index.js",
5657
"packageManager": "[email protected]"

0 commit comments

Comments
 (0)