Skip to content

Commit 74acbe3

Browse files
committed
Bundle dist directory
1 parent 09b4106 commit 74acbe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bokeh/jupyter_bokeh",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A Jupyter extension for rendering Bokeh content.",
55
"keywords": [
66
"jupyter",
@@ -17,7 +17,7 @@
1717
"email": "[email protected]"
1818
},
1919
"files": [
20-
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
20+
"{dist,lib}/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
2121
"style/**/*.{css,.js,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
2222
],
2323
"main": "lib/index.js",

0 commit comments

Comments
 (0)