Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Martynas Žilinskas committed Aug 5, 2016
1 parent bb47e87 commit 4d56f02
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "cleanup-package-json",
"version": "0.0.1",
"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": {
"optimist": "^0.6.1"
},
"bin": {
"cpj": "./dist/cli.js"
}
"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": {
"optimist": "^0.6.1"
},
"bin": {
"cpj": "./dist/cli.js"
}
}

0 comments on commit 4d56f02

Please sign in to comment.