mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 09:31:43 -05:00
add readme to vulcan:i18n
This commit is contained in:
parent
c4b2691d43
commit
afc26c0584
2 changed files with 2 additions and 1 deletions
1
packages/vulcan-i18n/README.md
Normal file
1
packages/vulcan-i18n/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
Vulcan i18n package.
|
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue