File tree Expand file tree Collapse file tree 5 files changed +5
-13
lines changed
Expand file tree Collapse file tree 5 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 55 "license" : " Apache-2.0" ,
66 "author" : " Google Inc." ,
77 "repository" : " googleapis/nodejs-compute" ,
8+ "files" : [ " *.js" ],
89 "engines" : {
910 "node" : " >=8"
1011 },
Original file line number Diff line number Diff line change 33 "version" : " 1.0.0" ,
44 "description" : " Start a Google Compute Engine and run the startup script." ,
55 "main" : " index.js" ,
6+ "files" : [
7+ " *.js"
8+ ],
69 "dependencies" : {
710 "@google-cloud/compute" : " 0.10.0" ,
811 "node-fetch" : " ^2.2.0"
Original file line number Diff line number Diff line change 11---
22env :
33 mocha : true
4- rules :
5- node/no-unpublished-require : off
6- node/no-unsupported-features : off
7- no-empty : off
Original file line number Diff line number Diff line change 11---
22env :
33 mocha : true
4- rules :
5- node/no-unpublished-require : off
6- node/no-unsupported-features : off
7- no-empty : off
Original file line number Diff line number Diff line change 1- ---
1+ ---
22env :
33 mocha : true
4- rules :
5- node/no-unpublished-require : off
6- node/no-unsupported-features : off
7- no-empty : off
You can’t perform that action at this time.
0 commit comments