We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ca6ea commit 6637045Copy full SHA for 6637045
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "egraph-visualizer",
3
- "version": "2.0.1",
+ "version": "2.0.2",
4
"repository": {
5
"type": "git",
6
"url": "git+https://github.com/saulshanabrook/egraph-visualizer.git"
@@ -50,7 +50,8 @@
50
"vite": "^5.4.8"
51
},
52
"files": [
53
- "dist"
+ "dist/index.js",
54
+ "dist/style.css"
55
],
56
"main": "dist/index.js",
57
"packageManager": "[email protected]"
0 commit comments