Skip to content

Commit

Permalink
Merge pull request #1 from ungap/greenkeeper/initial
Browse files Browse the repository at this point in the history
Update dependencies to enable Greenkeeper 🌴
  • Loading branch information
WebReflection committed Dec 1, 2018
2 parents 31142ce + 80cffa5 commit 33d4d32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ git:
branches:
only:
- master
- /^greenkeeper/.*$/
after_success:
- "npm run coveralls"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Essential Set

[![Build Status](https://travis-ci.com/ungap/essential-set.svg?branch=master)](https://travis-ci.com/ungap/essential-set) [![Coverage Status](https://coveralls.io/repos/github/ungap/essential-set/badge.svg?branch=master)](https://coveralls.io/github/ungap/essential-set?branch=master) ![WebReflection status](https://offline.report/status/webreflection.svg)
[![Build Status](https://travis-ci.com/ungap/essential-set.svg?branch=master)](https://travis-ci.com/ungap/essential-set) [![Coverage Status](https://coveralls.io/repos/github/ungap/essential-set/badge.svg?branch=master)](https://coveralls.io/github/ungap/essential-set?branch=master) [![Greenkeeper badge](https://badges.greenkeeper.io/ungap/essential-set.svg)](https://greenkeeper.io/) ![WebReflection status](https://offline.report/status/webreflection.svg)

An essential [Set](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set) poorlyfill for legacy browsers.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"coveralls": "^3.0.2",
"istanbul": "^0.4.5",
"uglify-js": "^2.8.29"
"uglify-js": "^3.4.9"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 33d4d32

Please sign in to comment.