Skip to content

Commit

Permalink
fix: add @semantic-release/git
Browse files Browse the repository at this point in the history
  • Loading branch information
meixg committed Jan 20, 2021
1 parent 169ca4c commit e16877d
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 5 deletions.
115 changes: 115 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@
"author": "meixg",
"license": "ISC",
"dependencies": {
"@types/gulp": "^4.0.7",
"@types/gulp-babel": "^6.1.29",
"de-indent": "^1.0.2",
"hash-sum": "^2.0.0",
"semantic-release-cli": "^5.4.2"
"hash-sum": "^2.0.0"
},
"peerDependencies": {
"san-ssr": ">1.0.0"
Expand All @@ -34,10 +31,13 @@
}
},
"devDependencies": {
"@types/gulp": "^4.0.7",
"@types/gulp-babel": "^6.1.29",
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@ecomfe/eslint-config": "^4.0.0",
"@ecomfe/stylelint-config": "^1.0.0",
"@semantic-release/git": "^9.0.0",
"@types/hash-sum": "^1.0.0",
"@types/jest": "^26.0.15",
"@types/webpack": "^4.41.24",
Expand Down Expand Up @@ -69,6 +69,7 @@
"ts-jest": "^26.4.4",
"ts-node": "^9.0.0",
"typescript": "^4.0.5",
"webpack": "^4.44.2"
"webpack": "^4.44.2",
"semantic-release-cli": "^5.4.2"
}
}

0 comments on commit e16877d

Please sign in to comment.