mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge pull request #11371 from meteor/launchscreen-client-removal
Make launch-screen only for Cordova & update plugin
This commit is contained in:
@@ -6,7 +6,7 @@ Package.describe({
|
||||
// between such packages and the build tool.
|
||||
name: 'launch-screen',
|
||||
summary: 'Default and customizable launch screen on mobile.',
|
||||
version: '1.2.1'
|
||||
version: '1.3.0'
|
||||
});
|
||||
|
||||
Cordova.depends({
|
||||
@@ -14,9 +14,9 @@ Cordova.depends({
|
||||
});
|
||||
|
||||
Package.onUse(function(api) {
|
||||
api.addFiles('mobile-launch-screen.js', 'web');
|
||||
api.addFiles('default-behavior.js', 'web');
|
||||
api.use(['blaze', 'templating'], 'web', { weak: true });
|
||||
api.addFiles('mobile-launch-screen.js', 'web.cordova');
|
||||
api.addFiles('default-behavior.js', 'web.cordova');
|
||||
api.use(['blaze', 'templating'], 'web.cordova', { weak: true });
|
||||
|
||||
api.export('LaunchScreen');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user