Skip to content

Commit 8520174

Browse files
committed
chore: remove bundledDependencies
1 parent 02dc9bb commit 8520174

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"!lib/**/*.js.map",
2222
"!lib/common/test",
2323
"!lib/common/docs/fonts",
24+
"!node_modules",
2425
"resources",
2526
"setup",
2627
"vendor",
@@ -37,7 +38,7 @@
3738
"postinstall": "node postinstall.js",
3839
"preuninstall": "node preuninstall.js",
3940
"prepack": "grunt prepare",
40-
"postpack": "grunt set_dev_ga_id",
41+
"pack": "grunt pack",
4142
"mocha": "mocha",
4243
"tsc": "tsc",
4344
"test-watch": "node ./dev/tsc-to-mocha-watch.js",
@@ -169,13 +170,6 @@
169170
"sinon": "15.0.3",
170171
"source-map-support": "0.5.21"
171172
},
172-
"bundleDependencies_comment1": "These dependencies are bundled in the CLI and are not installed from npm to avoid deprecation warnings.",
173-
"bundleDependencies_comment2": "Eventually we'll remove them as we replaced their functionality.",
174-
"bundleDependencies_comment3": "note: @npmcli/move-file is a transient dep of pacote - we dont use it directly.",
175-
"bundleDependencies": [
176-
"@npmcli/move-file",
177-
"stringify-package"
178-
],
179173
"optionalDependencies": {
180174
"fsevents": "*"
181175
},
@@ -195,4 +189,4 @@
195189
"lint-staged": {
196190
"*.ts": "prettier --write"
197191
}
198-
}
192+
}

0 commit comments

Comments
 (0)