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 32bf476 commit c69401aCopy full SHA for c69401a
package.json
@@ -4,6 +4,11 @@
4
"version": "0.1.0",
5
"description": "YASGUI plugin for visualizing SPARQL CONSTRUCT and DESCRIBE query results as interactive graphs",
6
"main": "dist/yasgui-graph-plugin.min.js",
7
+ "files": [
8
+ "dist",
9
+ "README.md",
10
+ "LICENSE"
11
+ ],
12
"scripts": {
13
"dev": "vite",
14
"build:demo": "vite build demo",
0 commit comments