Skip to content

Commit be15496

Browse files
committed
start/stop GCE instances Cloud Function package.json updates
1 parent e450d81 commit be15496

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

functions/scheduleinstance/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
"node": ">=6.0"
1313
},
1414
"scripts": {
15+
"lint": "repo-tools lint",
16+
"pretest": "npm run lint",
1517
"test": "ava -T 20s --verbose test/*.test.js"
1618
},
1719
"devDependencies": {
@@ -21,6 +23,7 @@
2123
"sinon": "4.4.2"
2224
},
2325
"dependencies": {
24-
"@google-cloud/compute": "^0.10.0"
26+
"@google-cloud/compute": "^0.10.0",
27+
"safe-buffer": "5.1.1"
2528
}
2629
}

0 commit comments

Comments
 (0)