Skip to content

Commit 5324c45

Browse files
authored
chore(monorepo): add depcheck where missing (#2280)
* chore(monorepo): add depcheck where missing * remove unnecessary new lines
1 parent 643204e commit 5324c45

File tree

4 files changed

+39
-43
lines changed

4 files changed

+39
-43
lines changed

package-lock.json

Lines changed: 18 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ace-mode/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
],
1414
"author": "Anna Herlihy <anna@mongodb.com>",
1515
"license": "SSPL",
16+
"scripts": {
17+
"check": "npm run depcheck",
18+
"depcheck": "depcheck"
19+
},
1620
"devDependencies": {
17-
"babel-plugin-transform-decorators-legacy": "^1.3.5"
21+
"depcheck": "^1.4.0"
1822
}
1923
}

packages/ace-theme-query/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,12 @@
1212
"ACE"
1313
],
1414
"author": "Durran Jordan <durran@gmail.com>",
15-
"license": "SSPL"
15+
"license": "SSPL",
16+
"scripts": {
17+
"check": "npm run depcheck",
18+
"depcheck": "depcheck"
19+
},
20+
"devDependencies": {
21+
"depcheck": "^1.4.0"
22+
}
1623
}

packages/ace-theme/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,12 @@
1212
"ACE"
1313
],
1414
"author": "Durran Jordan <durran@gmail.com>",
15-
"license": "SSPL"
15+
"license": "SSPL",
16+
"scripts": {
17+
"check": "npm run depcheck",
18+
"depcheck": "depcheck"
19+
},
20+
"devDependencies": {
21+
"depcheck": "^1.4.0"
22+
}
1623
}

0 commit comments

Comments
 (0)