iotex-token-metadata
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,7 +0,1 @@ | ||
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var contract_map_json_1 = __importDefault(require("./contract-map.json")); | ||
exports.default = contract_map_json_1.default; | ||
module.exports=require("./contract-map.json") |
{ | ||
"name": "iotex-token-metadata", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A mapping of iotex contract addresses to broadly accepted icons for those addresses.", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
@@ -13,3 +14,8 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": ["iotex","contract","metadata","icons"], | ||
"keywords": [ | ||
"iotex", | ||
"contract", | ||
"metadata", | ||
"icons" | ||
], | ||
"author": "", | ||
@@ -16,0 +22,0 @@ "license": "Apache", |
28334
7
15