1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

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: before_install:
- npm install -g npm - npm install -g npm
- npm install -g release-it greenkeeper-lockfile
before_script:
- greenkeeper-lockfile-update
script: script:
- npm test - npm test
- npm run build - npm run build
after_script:
- greenkeeper-lockfile-upload
notifications: notifications:
email: false 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) [![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) [![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", "@babel/runtime": "^7.0.0",
"@oceanprotocol/keeper-contracts": "^0.1.0", "@oceanprotocol/keeper-contracts": "^0.1.0",
"truffle-contract": "^3.0.6", "truffle-contract": "^3.0.6",
"web3": "0.20.7" "web3": "0.20.6"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.0.0", "@babel/cli": "^7.0.0",