Skip to content

Commit

Permalink
0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU committed Jan 8, 2018
1 parent 1c69890 commit 6a5223e
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "package-json-validator",
"version": "0.6.2",
"version": "0.6.3",
"description": "Tools to validate package.json files",
"author": {
"name": "Nick Sullivan",
Expand All @@ -26,15 +26,23 @@
"type": "git",
"url": "git@github.com:gorillamania/package.json-validator.git"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/gorillamania/package.json-validator/blob/master/LICENSE"
}],
"keywords": ["package.json", "validator", "package.json validator", "lint", "package.json linter"],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gorillamania/package.json-validator/blob/master/LICENSE"
}
],
"keywords": [
"package.json",
"validator",
"package.json validator",
"lint",
"package.json linter"
],
"homepage": "http://package-json-validator.com",
"bugs": {
"url" : "http://github.com/gorillamania/package.json-validator/issues",
"email" : "nick@sullivanflock.com"
"url": "http://github.com/gorillamania/package.json-validator/issues",
"email": "nick@sullivanflock.com"
},
"dependencies": {
"optimist": "~0.6.0"
Expand Down

0 comments on commit 6a5223e

Please sign in to comment.