We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9857d commit 0978ee8Copy full SHA for 0978ee8
1 file changed
packages/google-cloud-dns/samples/package.json
@@ -5,16 +5,15 @@
5
"license": "Apache Version 2.0",
6
"author": "Google Inc.",
7
"scripts": {
8
- "test": "mocha -R spec -t 120000 --require intelli-espower-loader ../test/_setup.js test/*.test.js",
9
- "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"
10
},
11
"dependencies": {
12
- "@google-cloud/dns": "^0.2.0",
13
- "yargs": "^6.0.0"
+ "@google-cloud/dns": "0.2.0",
+ "yargs": "6.4.0"
14
15
"devDependencies": {
16
- "mocha": "^3.1.0",
17
- "uuid": "^2.0.3"
+ "uuid": "2.0.3"
18
19
"engines": {
20
"node": ">=4.3.2"
0 commit comments