Skip to content

Commit 15305dd

Browse files
authored
Merge pull request #104 from Simek/patch-1
fix JSON syntax error in package.json
2 parents e60a7a9 + 1502222 commit 15305dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"build": "npm publish",
8-
"genlog": "conventional-changelog -p angular -i CHANGELOG.md -s",
8+
"genlog": "conventional-changelog -p angular -i CHANGELOG.md -s"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)