We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c60ee commit f55d71cCopy full SHA for f55d71c
package.json
@@ -14,7 +14,6 @@
14
"build:nbextension": "lerna run --stream build:nbextension",
15
"build:test": "lerna run build:test --stream --ignore \"@jupyter-widgets/example-*\"",
16
"clean": "lerna run --stream clean",
17
- "deduplicate": "yarn && yarn-deduplicate -s fewer --fail",
18
"docs": "typedoc",
19
"eslint": "eslint . --fix --ignore-path .gitignore --ext .ts,.tsx",
20
"eslint:check": "eslint . --ignore-path .gitignore --ext .ts,.tsx",
@@ -55,8 +54,7 @@
55
54
"prettier": "^2.8.3",
56
"sort-package-json": "^2.1.0",
57
"typedoc": "~0.23.24",
58
- "typescript": "~4.9.4",
59
- "yarn-deduplicate": "^6.0.1"
+ "typescript": "~4.9.4"
60
},
61
"engines": {
62
"node": ">=14",
0 commit comments