forked from mondora/asteroid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Paolo Scanferla
committed
May 11, 2014
1 parent
92443c0
commit 2473d87
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -23,7 +23,10 @@ | |
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
"tests", | ||
"src", | ||
"demo", | ||
"gulpfile.js" | ||
], | ||
"dependencies": { | ||
"ddp.js": "~0.4.0", | ||
|