forked from meteor/meteor
-
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.
Add versions.json from new non-core packages
- Loading branch information
Sashko Stubailo
committed
Oct 28, 2014
1 parent
c1df106
commit c6ac5c6
Showing
2 changed files
with
42 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"dependencies": [ | ||
[ | ||
"jquery", | ||
"1.0.1" | ||
], | ||
[ | ||
"json", | ||
"1.0.1" | ||
], | ||
[ | ||
"meteor", | ||
"1.1.3" | ||
], | ||
[ | ||
"underscore", | ||
"1.0.1" | ||
] | ||
], | ||
"pluginDependencies": [], | ||
"toolVersion": "[email protected]", | ||
"format": "1.0" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"dependencies": [ | ||
[ | ||
"jquery", | ||
"1.0.1" | ||
], | ||
[ | ||
"meteor", | ||
"1.1.3" | ||
], | ||
[ | ||
"underscore", | ||
"1.0.1" | ||
] | ||
], | ||
"pluginDependencies": [], | ||
"toolVersion": "[email protected]", | ||
"format": "1.0" | ||
} |