Skip to content

Commit ca0b139

Browse files
author
Martynas Žilinskas
authored
Bugfix/v0.2.1 (#9)
* Removed optimist from dependencies. * Fixed package.json. * Added keywords.
1 parent 8d4ca0f commit ca0b139

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,22 @@
77
"build": "tsc -p .",
88
"prepublish": "npm run build"
99
},
10-
"author": "Martynas Zilinskas <[email protected]>",
10+
"keywords": [
11+
"cleanup",
12+
"package"
13+
],
14+
"author": "Martynas Zilinskas <[email protected]> (https://github.com/MartynasZilinskas)",
15+
"bugs": "https://github.com/QuatroCode/cleanup-package-json/issues",
16+
"repository": "QuatroCode/cleanup-package-json",
17+
"homepage": "https://github.com/QuatroCode/cleanup-package-json",
1118
"license": "GPL-3.0",
1219
"devDependencies": {
1320
"@types/node": "^6.0.31",
14-
"@types/optimist": "0.0.28",
21+
"@types/yargs": "0.0.28",
1522
"typescript": "^2.0.0",
1623
"typings": "^1.3.1"
1724
},
1825
"dependencies": {
19-
"@types/yargs": "0.0.28",
20-
"optimist": "^0.6.1",
2126
"yargs": "^4.8.1"
2227
},
2328
"bin": {

0 commit comments

Comments
 (0)