Skip to content

Commit 4d56f02

Browse files
author
Martynas Žilinskas
committed
0.1.0
1 parent bb47e87 commit 4d56f02

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"name": "cleanup-package-json",
3-
"version": "0.0.1",
4-
"description": "Cleans package.json file.",
5-
"main": "index.js",
6-
"scripts": {
7-
"build": "tsc -p .",
8-
"prepublish": "npm run build"
9-
},
10-
"author": "Martynas Zilinskas <martynas@quatrodev.com>",
11-
"license": "GPL-3.0",
12-
"devDependencies": {
13-
"@types/node": "^6.0.31",
14-
"@types/optimist": "0.0.28",
15-
"typescript": "^2.0.0",
16-
"typings": "^1.3.1"
17-
},
18-
"dependencies": {
19-
"optimist": "^0.6.1"
20-
},
21-
"bin": {
22-
"cpj": "./dist/cli.js"
23-
}
2+
"name": "cleanup-package-json",
3+
"version": "0.1.0",
4+
"description": "Cleans package.json file.",
5+
"main": "index.js",
6+
"scripts": {
7+
"build": "tsc -p .",
8+
"prepublish": "npm run build"
9+
},
10+
"author": "Martynas Zilinskas <martynas@quatrodev.com>",
11+
"license": "GPL-3.0",
12+
"devDependencies": {
13+
"@types/node": "^6.0.31",
14+
"@types/optimist": "0.0.28",
15+
"typescript": "^2.0.0",
16+
"typings": "^1.3.1"
17+
},
18+
"dependencies": {
19+
"optimist": "^0.6.1"
20+
},
21+
"bin": {
22+
"cpj": "./dist/cli.js"
23+
}
2424
}

0 commit comments

Comments
 (0)