Skip to content

Commit

Permalink
Refactor Cloud Functions samples. (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored Nov 16, 2016
1 parent cb9857d commit 0978ee8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions packages/google-cloud-dns/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@
"license": "Apache Version 2.0",
"author": "Google Inc.",
"scripts": {
"test": "mocha -R spec -t 120000 --require intelli-espower-loader ../test/_setup.js test/*.test.js",
"system-test": "mocha -R spec -t 120000 --require intelli-espower-loader ../system-test/_setup.js system-test/*.test.js"
"test": "cd ..; npm run t -- dns/test/*.test.js",
"system-test": "cd ..; npm run st -- dns/system-test/*.test.js"
},
"dependencies": {
"@google-cloud/dns": "^0.2.0",
"yargs": "^6.0.0"
"@google-cloud/dns": "0.2.0",
"yargs": "6.4.0"
},
"devDependencies": {
"mocha": "^3.1.0",
"uuid": "^2.0.3"
"uuid": "2.0.3"
},
"engines": {
"node": ">=4.3.2"
Expand Down

0 comments on commit 0978ee8

Please sign in to comment.