Skip to content

Commit

Permalink
Merge pull request #2 from rmdm/greenkeeper/initial
Browse files Browse the repository at this point in the history
Update dependencies to enable Greenkeeper 🌴
  • Loading branch information
rmdm authored May 5, 2019
2 parents 7f39402 + 66854bc commit 0cbc971
Show file tree
Hide file tree
Showing 7 changed files with 8,001 additions and 4,932 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"presets": [ "es2015" ],
"plugins": [ "transform-runtime", "add-module-exports" ],
"presets": [ "@babel/preset-env" ],
"plugins": [ "@babel/transform-runtime", "add-module-exports" ],
"env": {
"test": {
"plugins": [ "istanbul" ]
Expand Down
2 changes: 1 addition & 1 deletion .nycrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": [
"babel-register"
"@babel/register"
],
"sourceMap": false,
"instrument": false,
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "8.8"
- "6.1"
- "4.4"
- "8"
- "10"
- "12"

script: "npm run ci"
after_script: "cat ./coverage/lcov.info | coveralls"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.org/rmdm/nodups.svg?branch=master)](https://travis-ci.org/rmdm/nodups)
[![Coverage Status](https://coveralls.io/repos/github/rmdm/nodups/badge.svg?branch=master)](https://coveralls.io/github/rmdm/nodups?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/rmdm/nodups/badge.svg?branch=master)](https://coveralls.io/github/rmdm/nodups?branch=master) [![Greenkeeper badge](https://badges.greenkeeper.io/rmdm/nodups.svg)](https://greenkeeper.io/)

nodups
=====
Expand Down
3 changes: 2 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ module.exports = function(config) {
[
'babelify',
{
presets: ['es2015'],
presets: ['@babel/preset-env'],
plugins: [['@babel/plugin-transform-runtime', { corejs: 3 }]]
}
]
],
Expand Down
Loading

0 comments on commit 0cbc971

Please sign in to comment.