Skip to content

Commit

Permalink
update meta
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Oct 28, 2014
1 parent b61697d commit b640561
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
"url": "http://github.com/kissyteam/event-custom.git"
},
"dependencies": {
"modulex": "*",
"event-base": "modulex-event-base#1.x",
"util": "modulex-util#1.x"
"modulex-event-base": "1.x",
"modulex-util": "1.x"
},
"ignore": [
"**/*",
Expand All @@ -19,6 +18,7 @@
"!index.js"
],
"devDependencies": {
"modulex": "*",
"async": "~0.9.0"
}
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modulex-event-custom",
"version": "1.0.1",
"version": "1.0.2",
"author": "yiminghe <[email protected]>",
"engines": {
"node": "~0.11"
Expand Down Expand Up @@ -66,7 +66,6 @@
"browser-test-cover": "mocha-phantomjs -R node_modules/node-jscover/lib/reporters/mocha/console http://localhost:8014/tests/browser/runner.html?coverage"
},
"dependencies": {
"modulex": "^1.3.1",
"modulex-event-base": "^1.0.1",
"modulex-util": "^1.1.0"
}
Expand Down

0 comments on commit b640561

Please sign in to comment.