dotdata_widgets 0.0.0-dev.0.mk1 → 0.0.0-dev.0.mk2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +5 -6
- package/package.json +2 -2
- package/dist/index.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dotdata_widgets",
|
|
3
|
-
"version": "0.0.0-dev.0.
|
|
3
|
+
"version": "0.0.0-dev.0.mk2",
|
|
4
4
|
"description": "A dotdata widget",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dotdata",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"build:labextension": "jupyter labextension build . && touch dotdata_widgets/labextension/static/__init__.py && touch dotdata_widgets/labextension/__init__.py",
|
|
35
35
|
"build:labextension:dev": "jupyter labextension build --development True .",
|
|
36
36
|
"build:lib": "tsc && tsc-alias",
|
|
37
|
-
"build:nbextension": "webpack",
|
|
37
|
+
"build:nbextension": "webpack --mode=production",
|
|
38
38
|
"clean": "npm run clean:lib && npm run clean:nbextension && npm run clean:labextension",
|
|
39
39
|
"clean:lib": "rimraf lib",
|
|
40
40
|
"clean:labextension": "rimraf dotdata_widgets/labextension",
|