Skip to content
This repository has been archived by the owner on Feb 5, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1 from ds82/master
Browse files Browse the repository at this point in the history
fix(package): add version to package.json
  • Loading branch information
Kent C. Dodds committed Feb 2, 2016
2 parents fb5c4e3 + 9f82cbb commit 7ebdb3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "validate-commit-msg",
"description": "Script to validate a commit message follows the conventional changelog standard",
"main": "index.js",
"version": "0.0.0-development",
"scripts": {
"commit": "git-cz",
"check-coverage": "istanbul check-coverage --statements 96 --branches 81 --functions 87 --lines 96",
Expand Down

0 comments on commit 7ebdb3e

Please sign in to comment.