🚧 does it have to be module....
parent
004d7f0b95
commit
c6a0b5ffef
|
|
@ -59,4 +59,4 @@ function createCoinInfoModule() {
|
|||
}
|
||||
|
||||
// Export the module.
|
||||
exports = createCoinInfoModule();
|
||||
module.exports = createCoinInfoModule();
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ "id": "coin_info",
|
||||
"name": "Crypto-Coins Info",
|
||||
"shortName":"Coins Info",
|
||||
"version": "0.03.20",
|
||||
"version": "0.03.21",
|
||||
"description": "Crypto-Coins Infos with the help of the Coinmarketcap API",
|
||||
"icon": "app.png",
|
||||
"tags": "clkinfo",
|
||||
|
|
|
|||
Loading…
Reference in New Issue