Skip to content

Commit 1105594

Browse files
committed
Set files in package.json to include all of dist/.
1 parent 1a965ec commit 1105594

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"build": "esbuild src/index.js src/index.css --bundle --format=esm --outdir=dist",
1212
"watch": "esbuild example/index.js example/index.css --bundle --format=esm--outdir=example/dist --watch"
1313
},
14+
"files": [
15+
"dist"
16+
],
1417
"repository": {
1518
"type": "git",
1619
"url": "git+https://github.com/science-periodicals/jsonld-vis.git"

0 commit comments

Comments
 (0)