Skip to content

Commit 88d3726

Browse files
committed
Update dependencies and package version.
1 parent 788519a commit 88d3726

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

bower.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
"repository": "https://github.com/Mango/slideout",
44
"description": "A touch slideout navigation menu for your mobile web apps.",
55
"author": "Guille Paz <guille87paz@gmail.com>",
6-
"version": "0.1.6",
6+
"version": "0.1.8",
77
"dependencies": {
8-
"decouple": "0.0.1"
8+
"decouple": "0.0.1",
9+
"emitter-es6": "0.0.6"
910
},
1011
"ignore": [
1112
".*",

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"dependencies": {
1515
"pazguille/decouple": "0.0.1",
16-
"mango/emitter": "0.0.5"
16+
"Mango/emitter": "0.0.6"
1717
},
1818
"development": {},
1919
"license": "MIT",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"repository": "git@github.com:mango/slideout.git",
44
"description": "A touch slideout navigation menu for your mobile web apps.",
55
"author": "Guille Paz <guille87paz@gmail.com>",
6-
"version": "0.1.7",
6+
"version": "0.1.8",
77
"scripts": {
88
"build": "node browserify.js",
99
"test": "npm run build && _mocha",
@@ -33,7 +33,7 @@
3333
"spm": {
3434
"dependencies": {
3535
"decouple": "0.0.1",
36-
"emitter": "git+https://github.com/Mango/emitter.git#0.0.4"
36+
"emitter": "git+https://github.com/Mango/emitter.git#0.0.6"
3737
},
3838
"main": "index.js"
3939
}

0 commit comments

Comments
 (0)