Skip to content

Commit

Permalink
fix: security fix + added npm stage to semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Berkmann18 committed Apr 15, 2019
1 parent e53c297 commit ce67595
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 16 deletions.
1 change: 1 addition & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
["@semantic-release/git", {
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
"@semantic-release/npm"
]
}
52 changes: 38 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "name-your-contributors",
"version": "0.0.0-development",
"version": "3.8.2",
"description": "Name your GitHub contributors; get commits, issues, and comments",
"license": "MIT",
"repository": "mntnr/name-your-contributors",
Expand Down Expand Up @@ -49,7 +49,7 @@
"ava": "^1.0.1",
"cz-conventional-changelog": "^2.1.0",
"git-cz": "^2.0.0",
"semantic-release": "^15.13.9",
"semantic-release": "^15.13.12",
"standard": "^12.0.1"
},
"engines": {
Expand Down

0 comments on commit ce67595

Please sign in to comment.