Skip to content

Commit 52ea235

Browse files
fix: update semantic-release (#33)
1 parent daf5b5c commit 52ea235

File tree

2 files changed

+2468
-331
lines changed

2 files changed

+2468
-331
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"prepush": "yarn test",
1616
"start": "yarn build && sls offline start",
1717
"test": "jest --coverage --detectOpenHandles --forceExit",
18-
"type": "flow status"
18+
"type": "flow status",
19+
"semantic-release": "semantic-release"
1920
},
2021
"dependencies": {
2122
"@auth0/s3": "^1.0.0",
@@ -57,7 +58,7 @@
5758
"last-release-git": "^0.0.3",
5859
"lint-staged": "^7.2.0",
5960
"prettier": "^1.13.7",
60-
"semantic-release": "^15.9.3",
61+
"semantic-release": "^15.14.0",
6162
"semantic-release-conventional-commits": "^2.0.1",
6263
"serverless": "^1.29.2",
6364
"serverless-offline": "^5.12.1"
@@ -71,7 +72,7 @@
7172
},
7273
"repository": {
7374
"type": "git",
74-
"url": "git+https://github.com/chasingmaxwell/FeedBoost.git"
75+
"url": "https://github.com/chasingmaxwell/FeedBoost.git"
7576
},
7677
"bugs": {
7778
"url": "https://github.com/chasingmaxwell/FeedBoost/issues"

0 commit comments

Comments
 (0)