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

Commit 9f82cbb

Browse files
committed
fix(package): add version to package.json
Without a version entry in package.json a npm install via git URL fails
1 parent 168fa89 commit 9f82cbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "validate-commit-msg",
33
"description": "Script to validate a commit message follows the conventional changelog standard",
44
"main": "index.js",
5+
"version": "0.0.0-development",
56
"scripts": {
67
"commit": "git-cz",
78
"check-coverage": "istanbul check-coverage --statements 100 --branches 100 --functions 100 --lines 100",

0 commit comments

Comments
 (0)