mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
@@ -14,7 +14,7 @@ Npm.strip({
|
||||
|
||||
Package.onUse(function (api) {
|
||||
api.use(['logging', 'underscore', 'routepolicy', 'boilerplate-generator',
|
||||
'spacebars', 'htmljs', 'blaze', 'webapp-hashing'], 'server');
|
||||
'webapp-hashing'], 'server');
|
||||
api.use(['underscore'], 'client');
|
||||
|
||||
// At response serving time, webapp uses browser-policy if it is loaded. If
|
||||
|
||||
Reference in New Issue
Block a user