File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments