File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 " !lib/**/*.js.map" ,
2222 " !lib/common/test" ,
2323 " !lib/common/docs/fonts" ,
24+ " !node_modules" ,
2425 " resources" ,
2526 " setup" ,
2627 " vendor" ,
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" ,
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 },
195189 "lint-staged" : {
196190 "*.ts" : " prettier --write"
197191 }
198- }
192+ }
You can’t perform that action at this time.
0 commit comments