Skip to content

Commit c69401a

Browse files
committed
chore: fix npm release
1 parent 32bf476 commit c69401a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"version": "0.1.0",
55
"description": "YASGUI plugin for visualizing SPARQL CONSTRUCT and DESCRIBE query results as interactive graphs",
66
"main": "dist/yasgui-graph-plugin.min.js",
7+
"files": [
8+
"dist",
9+
"README.md",
10+
"LICENSE"
11+
],
712
"scripts": {
813
"dev": "vite",
914
"build:demo": "vite build demo",

0 commit comments

Comments
 (0)