Skip to content

Commit 7a0a7e4

Browse files
authored
Merge pull request #132 from bokeh/dist_bundle
Bundle dist directory
2 parents 09b4106 + 62a68f4 commit 7a0a7e4

File tree

4 files changed

+3
-19
lines changed

4 files changed

+3
-19
lines changed

.eslintrc.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ module.exports = {
22
extends: [
33
'eslint:recommended',
44
'plugin:@typescript-eslint/eslint-recommended',
5-
'plugin:@typescript-eslint/recommended',
6-
'plugin:prettier/recommended'
5+
'plugin:@typescript-eslint/recommended'
76
],
87
parser: '@typescript-eslint/parser',
98
parserOptions: {

.prettierignore

-6
This file was deleted.

.prettierrc

-6
This file was deleted.

package.json

+2-5
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",
@@ -62,10 +62,7 @@
6262
"@typescript-eslint/eslint-plugin": "^4.8.1",
6363
"@typescript-eslint/parser": "^4.8.1",
6464
"eslint": "^7.14.0",
65-
"eslint-config-prettier": "^6.15.0",
66-
"eslint-plugin-prettier": "^3.1.4",
6765
"npm-run-all": "^4.1.5",
68-
"prettier": "^2.1.1",
6966
"rimraf": "^3.0.2",
7067
"typescript": "~4.1.3",
7168
"webpack": "^4.42.1",

0 commit comments

Comments
 (0)