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

Commit

Permalink
fix(package): add version to package.json
Browse files Browse the repository at this point in the history
Without a version entry in package.json a npm install via git URL fails
  • Loading branch information
ds82 committed Nov 12, 2015
1 parent 168fa89 commit 9f82cbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
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 100 --branches 100 --functions 100 --lines 100",
Expand Down

0 comments on commit 9f82cbb

Please sign in to comment.