mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
- rollback version from templating package on markdown
This commit is contained in:
@@ -10,8 +10,8 @@ Package.describe({
|
||||
Package.onUse(function (api) {
|
||||
api.versionsFrom('3.0-alpha.6');
|
||||
api.use('ecmascript@1.0.0-alpha300.9');
|
||||
api.use("templating@2.0.0-alpha300.9", "client", {weak: true});
|
||||
api.mainModule('template-integration.js', 'client', { lazy: true });
|
||||
api.use("templating@2.0.0-alpha300.6", "client", {weak: true});
|
||||
api.mainModule('template-integration.js', 'client');
|
||||
});
|
||||
|
||||
Package.onTest(function (api) {
|
||||
|
||||
Reference in New Issue
Block a user