Skip to content

Commit ca25190

Browse files
authored
Merge pull request #110 from cameron-toy/npm
Binder updates
2 parents 7f16e6b + ae30ed6 commit ca25190

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

binder/postBuild

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
# install extensions, don't minimize as this uses too much memory
44
# https://discourse.jupyter.org/t/tip-binder-jupyterlab-extension/6022
5-
jupyter labextension install jupyterlab-interactive-dashboard-editor --no-build
6-
jupyter lab build --minimize=False
5+
python -m pip install .
76

87
# remove unnecessary directories when using the binder
98
rm -rf src

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-interactive-dashboard-editor",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Interactively create and customize dashboards in JupyterLab",
55
"keywords": [
66
"jupyter",
@@ -52,10 +52,7 @@
5252
"@lumino/coreutils": "^1.5.3",
5353
"@lumino/datastore": "^0.10.3",
5454
"@lumino/dragdrop": "^1.7.1",
55-
"@lumino/widgets": "^1.16.1",
56-
"eslint-plugin-react": "^7.21.1",
57-
"husky": "^4.2.5",
58-
"lint-staged": "^10.2.11"
55+
"@lumino/widgets": "^1.16.1"
5956
},
6057
"devDependencies": {
6158
"@jupyterlab/builder": "^3.0.0-rc.13",
@@ -68,7 +65,10 @@
6865
"npm-run-all": "^4.1.5",
6966
"prettier": "^1.19.0",
7067
"rimraf": "^3.0.2",
71-
"typescript": "~4.1.3"
68+
"typescript": "~4.1.3",
69+
"husky": "^4.2.5",
70+
"lint-staged": "^10.2.11",
71+
"eslint-plugin-react": "^7.21.1"
7272
},
7373
"sideEffects": [
7474
"style/*.css",

0 commit comments

Comments
 (0)