greenkeeper-lockfile setup

This commit is contained in:
Matthias Kretschmann 2018-09-10 10:24:14 +02:00
parent 048a864dbf
commit 2d7f75c345
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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/)
---

View File

@ -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",