Skip to content

Commit

Permalink
fix: bump all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Oct 28, 2017
1 parent aac8164 commit 4343276
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "node test/chdir-promise-spec.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release": "semantic-release",
"commit": "commit-wizard",
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
"pretty": "prettier-standard *.js src/*.js",
Expand Down Expand Up @@ -40,18 +40,18 @@
"homepage": "https://github.com/bahmutov/chdir-promise",
"dependencies": {
"check-more-types": "2.24.0",
"debug": "2.6.8",
"debug": "3.1.0",
"lazy-ass": "1.6.0",
"q": "1.5.0",
"q": "1.5.1",
"spots": "0.5.0"
},
"devDependencies": {
"git-issues": "^1.3.1",
"github-post-release": "^1.7.1",
"pre-git": "3.15.0",
"prettier-standard": "^6.0.0",
"semantic-release": "^6.3.6",
"standard": "^10.0.2"
"github-post-release": "1.13.1",
"pre-git": "3.15.3",
"prettier-standard": "7.0.3",
"semantic-release": "9.0.0",
"standard": "10.0.3"
},
"config": {
"pre-git": {
Expand All @@ -68,6 +68,7 @@
}
},
"release": {
"generateNotes": "github-post-release"
"generateNotes": "github-post-release",
"analyzeCommits": "simple-commit-message"
}
}

0 comments on commit 4343276

Please sign in to comment.