Skip to content

Commit b7324e0

Browse files
author
Robert Jackson
committed
Fixup package.json to include relevant repo links.
1 parent 8531fb0 commit b7324e0

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

package.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
"name": "codemod-cli",
33
"version": "0.2.4",
44
"description": "a command line tool for generating, testing, and publishing codemods",
5+
"keywords": [
6+
"cli",
7+
"codemod"
8+
],
9+
"homepage": "https://github.com/rwjblue/codemod-cli#readme",
10+
"bugs": {
11+
"url": "https://github.com/rwjblue/codemod-cli/issues"
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/rwjblue/codemod-cli.git"
16+
},
517
"license": "MIT",
618
"author": "Robert Jackson <[email protected]>",
719
"files": [
@@ -10,7 +22,12 @@
1022
"commands"
1123
],
1224
"main": "src/index.js",
13-
"bin": "./bin/cli.js",
25+
"bin": {
26+
"codemod-cli": "./bin/cli.js"
27+
},
28+
"directories": {
29+
"test": "tests"
30+
},
1431
"scripts": {
1532
"changelog": "lerna-changelog",
1633
"lint:js": "eslint .",

0 commit comments

Comments
 (0)