From afca48f604d4ec5e378d74ed1ae8ee651b1bf9ab Mon Sep 17 00:00:00 2001 From: Jonathan Lui Date: Thu, 9 May 2019 12:41:53 -0700 Subject: [PATCH] chore: release 0.3.0 (#50) * updated CHANGELOG.md * updated package.json * updated samples/package.json --- talent/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/talent/package.json b/talent/package.json index 72731af5c4..6635bf5d01 100644 --- a/talent/package.json +++ b/talent/package.json @@ -14,7 +14,9 @@ "scripts": { "test": "mocha --timeout 600000" }, - "dependencies": {}, + "dependencies": { + "@google-cloud/talent": "^0.3.0" + }, "devDependencies": { "chai": "^4.2.0", "mocha": "^6.0.0"