made meteor package available on the server side as well

This commit is contained in:
Fabian Vogelsteller 2015-06-18 11:13:27 +02:00
parent e97c5f5a6e
commit f0247aa551
2 changed files with 86 additions and 1 deletions

85
dist/web3-light.js.map vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -14,7 +14,7 @@ Package.onUse(function(api) {
// api.use('3stack:bignumber@2.0.0', 'client');
api.export(['web3', 'BigNumber'], 'client');
api.export(['web3', 'BigNumber'], ['client', 'server']);
api.addFiles('dist/web3.js', 'client');
api.addFiles('package-init.js', 'client');