Skip to content

Commit

Permalink
Update dependencies to enable Greenkeeper 🌴 (#2)
Browse files Browse the repository at this point in the history
* chore(package): update dependencies

https://greenkeeper.io/

* docs(readme): add Greenkeeper badge 

https://greenkeeper.io/
  • Loading branch information
greenkeeper[bot] authored and nknapp committed Feb 17, 2017
1 parent b166d96 commit 0156686
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# customize-engine-uglify

[![Greenkeeper badge](https://badges.greenkeeper.io/bootprint/customize-engine-uglify.svg)](https://greenkeeper.io/)

[![NPM version](https://badge.fury.io/js/customize-engine-uglify.svg)](http://badge.fury.io/js/customize-engine-uglify)
[![Travis Build Status](https://travis-ci.org/bootprint/customize-engine-uglify.svg?branch=master)](https://travis-ci.org/bootprint/customize-engine-uglify)
[![Coverage Status](https://img.shields.io/coveralls/bootprint/customize-engine-uglify.svg)](https://coveralls.io/r/bootprint/customize-engine-uglify)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
"preversion": "npm run thoughtcheck"
},
"dependencies": {
"lodash": "^3.10.1",
"lodash": "^4.17.4",
"q": "^1.4.1",
"uglify-js": "^2.7.5"
},
"devDependencies": {
"chai": "^3.2.0",
"chai-as-promised": "^6.0.0",
"customize": "^1.0.0",
"ghooks": "^1.0.3",
"mocha": "^2.4.5",
"ghooks": "^2.0.0",
"mocha": "^3.2.0",
"thoughtful-release": "^0.3.0",
"trace-and-clarify-if-possible": "^1.0.0"
},
Expand Down

0 comments on commit 0156686

Please sign in to comment.