Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Martynas Žilinskas committed Aug 8, 2016
1 parent 6c00cae commit 99d403d
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "cleanup-package-json",
"version": "0.1.0",
"description": "Cleans package.json file.",
"main": "index.js",
"scripts": {
"build": "tsc -p .",
"prepublish": "npm run build"
},
"author": "Martynas Zilinskas <[email protected]>",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^6.0.31",
"@types/optimist": "0.0.28",
"typescript": "^2.0.0",
"typings": "^1.3.1"
},
"dependencies": {
"@types/yargs": "0.0.28",
"optimist": "^0.6.1",
"yargs": "^4.8.1"
},
"bin": {
"cpj": "./dist/cli.js"
}
}
"name": "cleanup-package-json",
"version": "0.2.0",
"description": "Cleans package.json file.",
"main": "index.js",
"scripts": {
"build": "tsc -p .",
"prepublish": "npm run build"
},
"author": "Martynas Zilinskas <[email protected]>",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^6.0.31",
"@types/optimist": "0.0.28",
"typescript": "^2.0.0",
"typings": "^1.3.1"
},
"dependencies": {
"@types/yargs": "0.0.28",
"optimist": "^0.6.1",
"yargs": "^4.8.1"
},
"bin": {
"cpj": "./dist/cli.js"
}
}

0 comments on commit 99d403d

Please sign in to comment.