Skip to content

Commit

Permalink
Merge pull request #15 from costinelmarin/master
Browse files Browse the repository at this point in the history
make compatible with aldeed:[email protected]
  • Loading branch information
Nick Wientge committed Jun 5, 2015
2 parents 14e5c2e + 15fc0ab commit bbd1151
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Package.describe({
Package.onUse(function(api) {
api.versionsFrom("1.0");
api.use(["templating", "underscore"], "client");
api.use("aldeed:autoform@4.2.0");
api.use("aldeed:autoform@5.2.0");
api.addFiles([
"ionic.html",
"ionic.css",
Expand Down
14 changes: 9 additions & 5 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"dependencies": [
[
"aldeed:autoform",
"4.2.0"
"5.2.0"
],
[
"aldeed:simple-schema",
"1.1.0"
"1.3.3"
],
[
"base64",
"1.0.1"
],
[
"blaze",
"2.0.3"
"2.1.2"
],
[
"check",
Expand Down Expand Up @@ -69,8 +69,8 @@
"1.0.5"
],
[
"mrt:moment",
"2.6.0"
"momentjs:moment",
"2.8.4"
],
[
"observe-sequence",
Expand All @@ -84,6 +84,10 @@
"random",
"1.0.1"
],
[
"reactive-dict",
"1.0.4"
],
[
"reactive-var",
"1.0.3"
Expand Down

0 comments on commit bbd1151

Please sign in to comment.