Skip to content

Commit

Permalink
chore: release 1.0.0 (#33)
Browse files Browse the repository at this point in the history
* created CHANGELOG.md

* updated package.json

* updated samples/package.json
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jun 8, 2019
1 parent 8a06948 commit eee7213
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions container-analysis/snippets/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "nodejs-containeranalysis-samples",
"private": true,
"license": "Apache-2.0",
"author": "Google Inc.",
"repository": "googleapis/nodejs-containeranalysis",
"files": [
"*.js"
],
"engines": {
"node": ">=10"
},
"scripts": {
"test": "mocha --timeout 100000 test/**.test.js"
},
"dependencies": {
"@google-cloud/containeranalysis": "^0.1.0",
"@google-cloud/pubsub": "^0.28.1",
"p-retry": "^4.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4",
"uuid": "^3.3.2"
}
"name": "nodejs-containeranalysis-samples",
"private": true,
"license": "Apache-2.0",
"author": "Google Inc.",
"repository": "googleapis/nodejs-containeranalysis",
"files": [
"*.js"
],
"engines": {
"node": ">=10"
},
"scripts": {
"test": "mocha --timeout 100000 test/**.test.js"
},
"dependencies": {
"@google-cloud/containeranalysis": "^1.0.0",
"@google-cloud/pubsub": "^0.28.1",
"p-retry": "^4.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4",
"uuid": "^3.3.2"
}
}

0 comments on commit eee7213

Please sign in to comment.