Skip to content

Commit

Permalink
Update common-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
zoubin committed Feb 18, 2016
1 parent ee19ea1 commit a615c0c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ language: node_js
node_js:
- "stable"
- "4"
- "0.12"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![status](https://travis-ci.org/reducejs/reduce-js.svg?branch=master)](https://travis-ci.org/reducejs/reduce-js)
[![dependencies](https://david-dm.org/reducejs/reduce-js.svg)](https://david-dm.org/reducejs/reduce-js)
[![devDependencies](https://david-dm.org/reducejs/reduce-js/dev-status.svg)](https://david-dm.org/reducejs/reduce-js#info=devDependencies)
![node](https://img.shields.io/node/v/common-bundle.svg)

A sugar wrapper for [`browserify`].

Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,17 @@
],
"author": "zoubin",
"license": "MIT",
"engines": {
"node": ">=4.2.1"
},
"bugs": {
"url": "https://github.com/reducejs/reduce-js/issues"
},
"homepage": "https://github.com/reducejs/reduce-js#readme",
"dependencies": {
"browserify": "^13.0.0",
"callback-sequence": "^3.2.0",
"common-bundle": "^0.1.2",
"common-bundle": "^0.2.1",
"globby": "^4.0.0",
"lazypipe": "^1.0.1",
"mixy": "^1.0.0",
Expand Down

0 comments on commit a615c0c

Please sign in to comment.