-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies and compat versions
- Loading branch information
1 parent
ba21725
commit 167fc9b
Showing
7 changed files
with
1,547 additions
and
3,219 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
Package.describe({ | ||
name: 'aldeed:schema-index', | ||
summary: 'Control some MongoDB indexing with schema options', | ||
version: '4.0.0-beta.2', | ||
version: '4.0.0-beta.3', | ||
documentation: '../../README.md', | ||
git: 'https://github.com/aldeed/meteor-schema-index.git', | ||
}); | ||
|
||
Package.onUse(function(api) { | ||
api.versionsFrom(["2.8.1", '3.0-beta.4']); | ||
api.versionsFrom(["2.8.1", '3.0-rc.0']); | ||
api.use("ecmascript"); | ||
api.use([ | ||
'aldeed:[email protected].0', | ||
'aldeed:[email protected]', | ||
'aldeed:[email protected].1', | ||
'aldeed:[email protected] || 2.0.0-beta300.0', | ||
]); | ||
|
||
api.mainModule("client.js", "client"); | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
[email protected] # Packages every Meteor app needs to have | ||
[email protected] # Packages for a great mobile UX | ||
[email protected] # The database Meteor supports right now | ||
blaze-html-templates@1.0.4 # Compile .html files into Meteor Blaze views | ||
blaze-html-templates@2.0.1 # Compile .html files into Meteor Blaze views | ||
[email protected] # Reactive variable for tracker | ||
[email protected] # Helpful client-side library | ||
[email protected] # Meteor's client-side reactive programming library | ||
|
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.