diff --git a/package.js b/package.js index e3f50ca..d839da7 100644 --- a/package.js +++ b/package.js @@ -19,6 +19,7 @@ Package.onUse(function(api) { // SERVER api.use([ + 'check', 'coffeescript', 'iron:router@1.0.7' // for REST endpoint only ], ['server']) @@ -44,4 +45,4 @@ Package.onUse(function(api) { api.export('appDump', ['server']) -}); \ No newline at end of file +});