Skip to content

Commit 21dfbcc

Browse files
authored
Switch to Yarn for CI build. (#290)
1 parent 8d41819 commit 21dfbcc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

packages/google-cloud-dns/samples/package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@
55
"license": "Apache Version 2.0",
66
"author": "Google Inc.",
77
"scripts": {
8-
"test": "cd ..; npm run st -- dns/system-test/*.test.js"
8+
"test": "cd ..; npm run st -- --verbose dns/system-test/*.test.js"
99
},
1010
"dependencies": {
1111
"@google-cloud/dns": "0.4.0",
12-
"yargs": "6.5.0"
13-
},
14-
"devDependencies": {
15-
"uuid": "2.0.3"
12+
"yargs": "6.6.0"
1613
},
1714
"engines": {
1815
"node": ">=4.3.2"

0 commit comments

Comments
 (0)