Skip to content

Commit

Permalink
Merge pull request #104 from Simek/patch-1
Browse files Browse the repository at this point in the history
fix JSON syntax error in package.json
  • Loading branch information
YanYuanFE authored Feb 26, 2021
2 parents e60a7a9 + 1502222 commit 15305dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"build": "npm publish",
"genlog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"genlog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 15305dd

Please sign in to comment.