Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates dependencies and bumps package; eliminates most warnings #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ci-publish",
"version": "1.3.1",
"version": "1.3.2",
"description": "Poor man's semantic release utility. Let the CI do the `npm publish` step after the build passes",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -38,16 +38,16 @@
},
"homepage": "https://github.com/bahmutov/ci-publish#readme",
"devDependencies": {
"ban-sensitive-files": "1.8.3",
"ban-sensitive-files": "1.9.2",
"next-ver": "1.8.0",
"pre-git": "3.10.0",
"simple-commit-message": "2.1.1",
"standard": "8.0.0-beta.3"
"pre-git": "3.17.1",
"simple-commit-message": "4.0.13",
"standard": "14.1.0"
},
"dependencies": {
"available-versions": "0.13.2",
"changed-log": "0.11.0",
"npm-utils": "1.7.1"
"available-versions": "0.13.7",
"changed-log": "0.13.0",
"npm-utils": "2.0.3"
},
"config": {
"pre-git": {
Expand Down