Skip to content

Commit

Permalink
Add semistandard dev-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel committed Jun 12, 2018
1 parent aa1da98 commit 60851a5
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 5 deletions.
1 change: 1 addition & 0 deletions appengine/errorreporting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@google-cloud/nodejs-repo-tools": "2.2.1",
"ava": "0.25.0",
"proxyquire": "2.0.0",
"semistandard": "^12.0.1",
"sinon": "4.4.2"
},
"cloud-repo-tools": {
Expand Down
3 changes: 2 additions & 1 deletion appengine/mailjet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"node-mailjet": "3.2.1"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "2.2.1"
"@google-cloud/nodejs-repo-tools": "2.2.1",
"semistandard": "^12.0.1"
},
"cloud-repo-tools": {
"test": {
Expand Down
3 changes: 2 additions & 1 deletion cloudtasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "2.2.1",
"ava": "0.25.0"
"ava": "0.25.0",
"semistandard": "^12.0.1"
},
"cloud-repo-tools": {
"requiresKeyFile": true,
Expand Down
3 changes: 2 additions & 1 deletion debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"express": "4.16.2"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "2.2.1"
"@google-cloud/nodejs-repo-tools": "2.2.1",
"semistandard": "^12.0.1"
},
"cloud-repo-tools": {
"test": {
Expand Down
1 change: 1 addition & 0 deletions error-reporting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@google-cloud/nodejs-repo-tools": "2.2.1",
"ava": "0.25.0",
"proxyquire": "2.0.0",
"semistandard": "^12.0.1",
"sinon": "4.4.2"
},
"cloud-repo-tools": {
Expand Down
1 change: 1 addition & 0 deletions iot/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.17",
"ava": "0.22.0",
"semistandard": "^12.0.1",
"uuid": "3.1.0"
},
"cloud-repo-tools": {
Expand Down
3 changes: 2 additions & 1 deletion prediction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.17",
"ava": "0.21.0"
"ava": "0.21.0",
"semistandard": "^12.0.1"
},
"cloud-repo-tools": {
"requiresKeyFile": true,
Expand Down
1 change: 1 addition & 0 deletions storage-transfer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@google-cloud/nodejs-repo-tools": "2.2.5",
"ava": "0.25.0",
"proxyquire": "2.0.1",
"semistandard": "^12.0.1",
"sinon": "4.4.8",
"uuid": "3.2.1"
},
Expand Down
3 changes: 2 additions & 1 deletion trace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"got": "8.2.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "2.2.1"
"@google-cloud/nodejs-repo-tools": "2.2.1",
"semistandard": "^12.0.1"
},
"cloud-repo-tools": {
"test": {
Expand Down

0 comments on commit 60851a5

Please sign in to comment.