Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
No change to logic. This updates dependencies, which includes
shelljs/shelljs#1058.

I'm updating some metadata in the package.json. This also bumps engines
to node v8 because I think ShellJS is the only consumer of this package.
  • Loading branch information
nfischer committed Jan 8, 2022
1 parent 6cc2fef commit 05a72d3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
node_modules/
package-lock.json
13 changes: 10 additions & 3 deletions package.json
Expand Up @@ -12,18 +12,25 @@
"bin": {
"travis-check-changes": "travis-check-changes.js"
},
"repository": {
"type": "git",
"url": "https://github.com/nfischer/travis-check-changes"
},
"keywords": [
"travis",
"CI",
"changes",
"after"
],
"author": "Nate Fischer",
"author": "Nate Fischer <ntfschr@gmail.com> (https://github.com/nfischer)",
"license": "MIT",
"dependencies": {
"shelljs": "^0.7.0"
"shelljs": "^0.8.5"
},
"devDependencies": {
"shelljs-release": "^0.1.4"
"shelljs-release": "^0.5.1"
},
"engines": {
"node": ">=8"
}
}

0 comments on commit 05a72d3

Please sign in to comment.