Skip to content

Commit dfa92da

Browse files
author
Robert Jackson
committed
Add description to package.json.
[ci skip]
1 parent a4c272d commit dfa92da

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
{
22
"name": "codemod-cli",
33
"version": "0.1.0",
4+
"description": "a command line tool for generating, testing, and publishing codemods",
45
"license": "MIT",
56
"author": "Robert Jackson <[email protected]>",
7+
"files": [
8+
"src",
9+
"bin",
10+
"commands"
11+
],
612
"main": "src/index.js",
713
"bin": "./bin/cli.js",
814
"scripts": {
915
"changelog": "lerna-changelog",
1016
"lint:js": "eslint .",
1117
"test": "qunit tests/**/*-test.js"
1218
},
13-
"files": [
14-
"src",
15-
"bin",
16-
"commands"
17-
],
1819
"dependencies": {
1920
"chalk": "^2.4.1",
2021
"common-tags": "^1.8.0",

0 commit comments

Comments
 (0)