Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit 336b664

Browse files
committed
chrome(config): add keywords to package.json
1 parent 071a923 commit 336b664

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
@@ -13,7 +13,16 @@
1313
"test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch"
1414
},
1515
"files": ["index.js", "utils.js"],
16-
"keywords": [],
16+
"keywords": [
17+
"available",
18+
"package",
19+
"npm",
20+
"pkg",
21+
"information",
22+
"version",
23+
"package info",
24+
"npm info"
25+
],
1726
"author": "Marko Vujanic",
1827
"license": "MIT",
1928
"dependencies": {

0 commit comments

Comments
 (0)