Skip to content

Commit

Permalink
Update dependencies and package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pazguille committed May 4, 2015
1 parent 788519a commit 88d3726
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
"repository": "https://github.com/Mango/slideout",
"description": "A touch slideout navigation menu for your mobile web apps.",
"author": "Guille Paz <[email protected]>",
"version": "0.1.6",
"version": "0.1.8",
"dependencies": {
"decouple": "0.0.1"
"decouple": "0.0.1",
"emitter-es6": "0.0.6"
},
"ignore": [
".*",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"dependencies": {
"pazguille/decouple": "0.0.1",
"mango/emitter": "0.0.5"
"Mango/emitter": "0.0.6"
},
"development": {},
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"repository": "[email protected]:mango/slideout.git",
"description": "A touch slideout navigation menu for your mobile web apps.",
"author": "Guille Paz <[email protected]>",
"version": "0.1.7",
"version": "0.1.8",
"scripts": {
"build": "node browserify.js",
"test": "npm run build && _mocha",
Expand Down Expand Up @@ -33,7 +33,7 @@
"spm": {
"dependencies": {
"decouple": "0.0.1",
"emitter": "git+https://github.com/Mango/emitter.git#0.0.4"
"emitter": "git+https://github.com/Mango/emitter.git#0.0.6"
},
"main": "index.js"
}
Expand Down

0 comments on commit 88d3726

Please sign in to comment.