Skip to content

Commit 0b6b253

Browse files
committed
Add keywords
1 parent feb158c commit 0b6b253

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-etherscan-api",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "",
55
"main": "./src/index.js",
66
"scripts": {
@@ -13,6 +13,15 @@
1313
"jest": {
1414
"testMatch": ["<rootDir>/tests/**/*.js"]
1515
},
16+
"keywords": [
17+
"ethereum",
18+
"etherscan",
19+
"etherscan-api",
20+
"api",
21+
"nodejs",
22+
"ether",
23+
"blockchain"
24+
],
1625
"author": "Danakt Frost",
1726
"license": "MIT",
1827
"devDependencies": {

0 commit comments

Comments
 (0)