Skip to content

Commit

Permalink
deps: Update more deps that don't require changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Sep 13, 2020
1 parent 47a062b commit cb0a65f
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions package.json
Expand Up @@ -27,25 +27,25 @@
"gauge": "^3.0.0",
"gh-release-assets": "^1.1.0",
"ghauth": "^3.2.0",
"github-url-to-object": "^3.0.0",
"github-url-to-object": "^4.0.4",
"inquirer": "^6.2.0",
"request": "^2.82.0",
"shelljs": "^0.3.0",
"update-notifier": "^2.2.0",
"update-notifier": "^4.1.0",
"yargs": "^2.1.1"
},
"devDependencies": {
"gh-pages": "^0.11.0",
"gh-pages": "^3.1.0",
"live-server": "^1.1.0",
"npm-run-all": "^3.1.0",
"npm-run-all": "^4.1.5",
"quick-gits": "^1.0.4",
"rimraf": "^2.2.8",
"sitedown": "^3.1.0",
"snazzy": "^5.0.0",
"rimraf": "^3.0.2",
"sitedown": "^4.0.0",
"snazzy": "^8.0.0",
"standard": "^8.1.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.0",
"tmp": "0.0.25"
"tap-spec": "^5.0.0",
"tape": "^5.0.1",
"tmp": "v0.2.1"
},
"files": [
"bin/",
Expand All @@ -66,6 +66,9 @@
"type": "git",
"url": "git+https://github.com/hypermodules/gh-release.git"
},
"engines" : {
"node" : ">=12.0.0"
},
"scripts": {
"gh-pages": "npm run site && gh-pages -d site",
"pretest": "standard | snazzy",
Expand Down

0 comments on commit cb0a65f

Please sign in to comment.