|
@@ -25,10 +25,10 @@
|
|
"url": "https://github.com/jupyterlab/jupyterlab.git"
|
|
"url": "https://github.com/jupyterlab/jupyterlab.git"
|
|
},
|
|
},
|
|
"scripts": {
|
|
"scripts": {
|
|
- "build": "tsc -b src",
|
|
|
|
|
|
+ "build": "tsc",
|
|
"clean": "rimraf lib",
|
|
"clean": "rimraf lib",
|
|
"prepublishOnly": "npm run build",
|
|
"prepublishOnly": "npm run build",
|
|
- "watch": "tsc -b src --watch"
|
|
|
|
|
|
+ "watch": "tsc --watch"
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"@jupyterlab/apputils": "^0.19.1-alpha.0",
|
|
"@jupyterlab/apputils": "^0.19.1-alpha.0",
|