Skip to content

Commit

Permalink
test: validate json
Browse files Browse the repository at this point in the history
Closes #2
  • Loading branch information
AndersDJohnson committed Sep 16, 2016
1 parent 1cfd14c commit 5cbd2eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@
"description": "List of conventional commit types.",
"main": "index.json",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "json -f index.json"
},
"keywords": [],
"author": "Anders D. Johnson <anders.d.johnson.developer@gmail.com> (https://andrz.me/)",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/AndersDJohnson/conventional-commit-types.git"
},
"devDependencies": {
"json": "^9.0.4"
}
}

0 comments on commit 5cbd2eb

Please sign in to comment.