From 258b40589c2ec2b9fb3f5badbe92dc4cd9b670a1 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 7 Sep 2018 13:00:29 +0000 Subject: [PATCH 1/3] chore(package): update dependencies --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25ccfc4..35db96a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@babel/runtime": "^7.0.0", "@oceanprotocol/keeper-contracts": "^0.1.0", "truffle-contract": "^3.0.6", - "web3": "0.20.6" + "web3": "0.20.7" }, "devDependencies": { "@babel/cli": "^7.0.0", From 048a864dbf935817d72bff34ba5333d6931229f3 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 7 Sep 2018 13:00:38 +0000 Subject: [PATCH 2/3] docs(readme): add Greenkeeper badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd58e0f..6243041 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Travis (.com)](https://img.shields.io/travis/com/oceanprotocol/squid-js.svg)](https://travis-ci.com/oceanprotocol/squid-js) [![GitHub contributors](https://img.shields.io/github/contributors/oceanprotocol/squid-js.svg)](https://github.com/oceanprotocol/squid-js/graphs/contributors) -[![js oceanprotocol](https://img.shields.io/badge/js-oceanprotocol-7b1173.svg)](https://github.com/oceanprotocol/eslint-config-oceanprotocol) +[![js oceanprotocol](https://img.shields.io/badge/js-oceanprotocol-7b1173.svg)](https://github.com/oceanprotocol/eslint-config-oceanprotocol) [![Greenkeeper badge](https://badges.greenkeeper.io/oceanprotocol/squid-js.svg)](https://greenkeeper.io/) --- From 2d7f75c34536a8f1aa25eacc622c1ed97ecfca98 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 10 Sep 2018 10:24:14 +0200 Subject: [PATCH 3/3] greenkeeper-lockfile setup --- .travis.yml | 7 +++++++ README.md | 3 ++- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b51cdc5..51e83dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,10 +14,17 @@ matrix: before_install: - npm install -g npm + - npm install -g release-it greenkeeper-lockfile + +before_script: + - greenkeeper-lockfile-update script: - npm test - npm run build +after_script: + - greenkeeper-lockfile-upload + notifications: email: false \ No newline at end of file diff --git a/README.md b/README.md index 6243041..6a77ce8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ [![Travis (.com)](https://img.shields.io/travis/com/oceanprotocol/squid-js.svg)](https://travis-ci.com/oceanprotocol/squid-js) [![GitHub contributors](https://img.shields.io/github/contributors/oceanprotocol/squid-js.svg)](https://github.com/oceanprotocol/squid-js/graphs/contributors) -[![js oceanprotocol](https://img.shields.io/badge/js-oceanprotocol-7b1173.svg)](https://github.com/oceanprotocol/eslint-config-oceanprotocol) [![Greenkeeper badge](https://badges.greenkeeper.io/oceanprotocol/squid-js.svg)](https://greenkeeper.io/) +[![js oceanprotocol](https://img.shields.io/badge/js-oceanprotocol-7b1173.svg)](https://github.com/oceanprotocol/eslint-config-oceanprotocol) +[![Greenkeeper badge](https://badges.greenkeeper.io/oceanprotocol/squid-js.svg)](https://greenkeeper.io/) --- diff --git a/package.json b/package.json index 35db96a..25ccfc4 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@babel/runtime": "^7.0.0", "@oceanprotocol/keeper-contracts": "^0.1.0", "truffle-contract": "^3.0.6", - "web3": "0.20.7" + "web3": "0.20.6" }, "devDependencies": { "@babel/cli": "^7.0.0",