add readme to vulcan:i18n

This commit is contained in:
SachaG 2017-06-12 17:55:11 -07:00
parent c4b2691d43
commit afc26c0584
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Vulcan i18n package.

View file

@ -8,7 +8,7 @@ Package.describe({
Package.onUse(function (api) {
api.use([
'vulcan:lib',
'vulcan:lib@1.5.0',
]);
api.mainModule('lib/server/main.js', 'server');