-
-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #509 from DemocracyEarth/search
Multiple DAOs
- Loading branch information
Showing
191 changed files
with
1,952 additions
and
34,463 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 |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
[email protected] # Packages every Meteor app needs to have | ||
[email protected] # Meteor's client-side reactive programming library | ||
[email protected] # ECMAScript 5 compatibility for older browsers. | ||
[email protected].0 # Enable ECMAScript2015+ syntax in app code | ||
[email protected].3 # Enable ECMAScript2015+ syntax in app code | ||
|
||
# standard libraries | ||
[email protected] # Helpful client-side library | ||
|
@@ -31,7 +31,7 @@ react-template-helper | |
react-meteor-data | ||
|
||
# data | ||
mongo@1.8.0 # The database Meteor supports right now | ||
mongo@1.10.0 # The database Meteor supports right now | ||
aldeed:simple-schema | ||
aldeed:collection2 | ||
dburles:collection-helpers | ||
|
@@ -46,12 +46,12 @@ tap:i18n | |
# accounts, users | ||
[email protected] # Client-side reactive dictionary for your app | ||
[email protected] | ||
accounts-password@1.5.2 | ||
accounts-password@1.6.0 | ||
[email protected] | ||
[email protected] | ||
|
||
# mobile | ||
mobile-experience@1.0.5 # Packages for a great mobile UX | ||
mobile-experience@1.1.0 # Packages for a great mobile UX | ||
|
||
# production | ||
|
||
|
@@ -79,13 +79,13 @@ edgee:slingshot | |
[email protected] | ||
[email protected] | ||
[email protected] | ||
shell-server@0.4.0 | ||
shell-server@0.5.0 | ||
dispatch:mocha-phantomjs | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected].1 | ||
[email protected].2 | ||
mdg:meteor-apm-agent | ||
tmeasday:publish-counts | ||
konecty:nrr | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
METEOR@1.9 | ||
METEOR@1.10.2 |
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
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
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
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
Oops, something went wrong.