Skip to content

Commit ed60bb4

Browse files
committed
add description and author
1 parent 8008015 commit ed60bb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "dev-log-reader",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "The development log reader",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"bin": {
1010
"dlr": "./bin/reader.js"
1111
},
12-
"author": "",
13-
"license": "ISC",
12+
"author": "[email protected]",
13+
"license": "MIT",
1414
"dependencies": {
1515
"@types/node": "^8.0.33",
1616
"ws": "^3.2.0"

0 commit comments

Comments
 (0)