Skip to content

Commit

Permalink
Merge pull request #63 from deadratfink/greenkeeper/initial
Browse files Browse the repository at this point in the history
Update dependencies to enable Greenkeeper 馃尨
  • Loading branch information
deadratfink committed Aug 24, 2017
2 parents c477017 + 1129bf3 commit 1989834
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 22 deletions.
23 changes: 7 additions & 16 deletions .travis.yml
@@ -1,29 +1,20 @@
language: node_js
node_js:
- "8"
- "7"
- "6"
- "5"
- "5.1"
- "4"
- "4.4"
- "4.3"
- "4.2"
- "4.1"
- "4.0"
- "0.12"
- "0.11"
- "0.10"
- "iojs"

os:
- linux
- osx

after_success:
- ./node_modules/codecov/bin/codecov -e TRAVIS_NODE_VERSION
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js --verbose
- ./node_modules/codeclimate-test-reporter/bin/codeclimate.js < ./coverage/lcov.info

branches:
only: # whitelist
- master
- development
- /^(bugfix|feature)\/#\d+.*$/
- /^hotfix\/.*$/
only: # whitelist
- master
- /^(bugfix|feature|refactor)\/(#\d)?.*$/
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,8 @@

# Stats

[![Greenkeeper badge](https://badges.greenkeeper.io/deadratfink/jy-transform.svg)](https://greenkeeper.io/)

## General

| [License](https://github.com/deadratfink/jy-transform/blob/master/LICENSE.md) | [Issues](https://github.com/deadratfink/jy-transform/issues) | [Releases](https://github.com/deadratfink/jy-transform/releases) | [Tags](https://github.com/deadratfink/jy-transform/tags) | [Travis CI](https://travis-ci.org) | [Waffle](https://waffle.io/deadratfink/jy-transform) | [Code Climate](https://codeclimate.com/github/deadratfink/jy-transform) |
Expand Down
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -48,18 +48,18 @@
"serialize-js": "^1.1.0"
},
"devDependencies": {
"codeclimate-test-reporter": "^0.4.0",
"codecov": "^1.0.1",
"codeclimate-test-reporter": "^0.5.0",
"codecov": "^2.3.0",
"coveralls": "^2.11.14",
"doctoc": "^1.0.0",
"fs-extra": "^1.0.0",
"fs-extra": "^4.0.1",
"istanbul": "^0.4.5",
"jsdoc-parse": "^2.0.5",
"jsdoc-to-markdown": "^2.0.1",
"jsdoc-parse": "^3.0.0",
"jsdoc-to-markdown": "^3.0.0",
"mocha": "^3.1.2",
"mocha-lcov-reporter": "^1.2.0",
"object-path": "^0.11.2",
"package-json-to-readme": "^1.5.1",
"package-json-to-readme": "^2.0.0",
"winston": "^2.3.0"
},
"preferGlobal": true,
Expand Down

0 comments on commit 1989834

Please sign in to comment.