mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fix quotes.
This commit is contained in:
parent
ab05af79ec
commit
cc21da6266
1 changed files with 5 additions and 5 deletions
|
|
@ -1,13 +1,13 @@
|
||||||
Package.describe({
|
Package.describe({
|
||||||
name: "meteorhacks:meteorx",
|
name: 'meteorhacks:meteorx',
|
||||||
summary: "Proxy for getting another meteorx fork",
|
summary: 'Proxy for getting another meteorx fork',
|
||||||
version: "1.4.1"
|
version: '1.4.1'
|
||||||
});
|
});
|
||||||
|
|
||||||
Package.onUse((api) => {
|
Package.onUse((api) => {
|
||||||
api.export("MeteorX");
|
api.export('MeteorX');
|
||||||
api.use([
|
api.use([
|
||||||
"lamhieu:meteorx",
|
'lamhieu:meteorx',
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue