Skip to content

Commit

Permalink
Merge pull request #133 from jgoldschrafe/fix/dev-deps
Browse files Browse the repository at this point in the history
fix: move git-utils deps from devDependencies to dependencies
  • Loading branch information
pmowrer authored Jan 17, 2024
2 parents 100c5b0 + 99febcd commit 5576099
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,24 @@
"dependencies": {
"debug": "^3.1.0",
"execa": "^0.8.0",
"file-url": "^3.0.0",
"fs-extra": "^10.0.1",
"get-stream": "^6.0.1",
"git-log-parser": "^1.2.0",
"p-each-series": "^2.1.0",
"p-limit": "^1.2.0",
"pkg-up": "^2.0.0",
"ramda": "^0.25.0",
"read-pkg": "^5.0.0",
"semantic-release-plugin-decorators": "^3.0.0"
"semantic-release-plugin-decorators": "^3.0.0",
"tempy": "1.0.1"
},
"devDependencies": {
"file-url": "^3.0.0",
"fs-extra": "^10.0.1",
"get-stream": "^6.0.1",
"git-log-parser": "^1.2.0",
"husky": "^4.2.1",
"jest": "^25.1.0",
"lint-staged": "^10.0.7",
"p-each-series": "^2.1.0",
"prettier": "^1.19.1",
"tempy": "1.0.1"
"prettier": "^1.19.1"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 5576099

Please sign in to comment.