Skip to content

Commit f55d71c

Browse files
committed
Remove yarn-deduplicate (works with yarn 1 only)
https://www.npmjs.com/package/yarn-deduplicate
1 parent 63c60ee commit f55d71c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"build:nbextension": "lerna run --stream build:nbextension",
1515
"build:test": "lerna run build:test --stream --ignore \"@jupyter-widgets/example-*\"",
1616
"clean": "lerna run --stream clean",
17-
"deduplicate": "yarn && yarn-deduplicate -s fewer --fail",
1817
"docs": "typedoc",
1918
"eslint": "eslint . --fix --ignore-path .gitignore --ext .ts,.tsx",
2019
"eslint:check": "eslint . --ignore-path .gitignore --ext .ts,.tsx",
@@ -55,8 +54,7 @@
5554
"prettier": "^2.8.3",
5655
"sort-package-json": "^2.1.0",
5756
"typedoc": "~0.23.24",
58-
"typescript": "~4.9.4",
59-
"yarn-deduplicate": "^6.0.1"
57+
"typescript": "~4.9.4"
6058
},
6159
"engines": {
6260
"node": ">=14",

0 commit comments

Comments
 (0)