Skip to content

Commit

Permalink
Speed up build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored and NimJay committed Nov 10, 2022
1 parent 24423d3 commit 77aff0f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cloud-language/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
"system-test": "mocha -R spec -t 120000 --require intelli-espower-loader ../system-test/_setup.js system-test/*.test.js"
},
"dependencies": {
"@google-cloud/language": "^0.1.1",
"@google-cloud/language": "^0.1.2",
"@google-cloud/storage": "^0.1.1",
"yargs": "^5.0.0"
},
"devDependencies": {
"mocha": "^2.5.3"
"mocha": "^3.0.2",
"node-uuid": "^1.4.7"
}
}

0 comments on commit 77aff0f

Please sign in to comment.