Skip to content

Commit

Permalink
Merge pull request #37 from WorkTurbo/dev
Browse files Browse the repository at this point in the history
need ecmascript to use es5 & typo prevented the file to load
  • Loading branch information
paranoico committed Aug 26, 2017
2 parents 2f47dff + 6748438 commit 1000b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ Package.onUse(function(api) {
api.versionsFrom('METEOR@1');

api.use([
'ecmascript',
'underscore',
'ejson',
'tracker',
'reactive-var'
], ['client', 'server']);

api.addFiles([
'src/subsCache.js',
'src/SubsCache.js',
], ['client','server']);


api.export("SubsCache", ['client','server']);
});

0 comments on commit 1000b64

Please sign in to comment.