mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02: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({
|
||||
name: "meteorhacks:meteorx",
|
||||
summary: "Proxy for getting another meteorx fork",
|
||||
version: "1.4.1"
|
||||
name: 'meteorhacks:meteorx',
|
||||
summary: 'Proxy for getting another meteorx fork',
|
||||
version: '1.4.1'
|
||||
});
|
||||
|
||||
Package.onUse((api) => {
|
||||
api.export("MeteorX");
|
||||
api.export('MeteorX');
|
||||
api.use([
|
||||
"lamhieu:meteorx",
|
||||
'lamhieu:meteorx',
|
||||
]);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue