Skip to content

Commit

Permalink
Fixed some things in bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Scanferla committed May 11, 2014
1 parent 92443c0 commit 2473d87
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Paolo Scanferla <[email protected]>"
],
"description": "A lightweight and flexible alternative to Meteor's client-side framework",
"main": "src/Asteroid.js",
"main": "dist/asteroid.js",
"moduleType": [
"amd",
"globals",
Expand All @@ -23,7 +23,10 @@
"node_modules",
"bower_components",
"test",
"tests"
"tests",
"src",
"demo",
"gulpfile.js"
],
"dependencies": {
"ddp.js": "~0.4.0",
Expand Down

0 comments on commit 2473d87

Please sign in to comment.