mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2024-11-27 09:55:45 -05:00
a389f49eb5
## [1.0.7](https://github.com/jedmao/semantic-release-npm-github-config/compare/v1.0.6...v1.0.7) (2019-09-25)
### Bug Fixes
* place tarball in a separate pack dir ([8d609a7
](https://github.com/jedmao/semantic-release-npm-github-config/commit/8d609a7))
64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
{
|
|
"name": "@jedmao/semantic-release-npm-github-config",
|
|
"version": "1.0.7",
|
|
"description": "semantic-release shareable configuration for npm + GitHub",
|
|
"main": ".releaserc.json",
|
|
"files": [
|
|
".releaserc.json"
|
|
],
|
|
"scripts": {
|
|
"commit": "git-cz",
|
|
"test": "xo"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jedmao/semantic-release-npm-github-config.git"
|
|
},
|
|
"keywords": [
|
|
"semantic-release",
|
|
"semantic-release-config",
|
|
"npm",
|
|
"github",
|
|
"git",
|
|
"release",
|
|
"changelog"
|
|
],
|
|
"author": "Jed Mao <jedmao@outlook.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jedmao/semantic-release-npm-github-config/issues"
|
|
},
|
|
"homepage": "https://github.com/jedmao/semantic-release-npm-github-config#readme",
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "cz-conventional-changelog"
|
|
}
|
|
},
|
|
"prettier": {
|
|
"printWidth": 120,
|
|
"trailingComma": "es5"
|
|
},
|
|
"xo": {
|
|
"prettier": true
|
|
},
|
|
"dependencies": {
|
|
"@semantic-release/changelog": "^3.0.4",
|
|
"@semantic-release/commit-analyzer": "^6.3.0",
|
|
"@semantic-release/git": "^7.0.16",
|
|
"@semantic-release/github": "^5.4.3",
|
|
"@semantic-release/npm": "^5.1.15",
|
|
"@semantic-release/release-notes-generator": "^7.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"semantic-release": ">=15.13.24"
|
|
},
|
|
"devDependencies": {
|
|
"commitizen": "^4.0.3",
|
|
"cz-conventional-changelog": "^3.0.2",
|
|
"semantic-release": "^15.13.24",
|
|
"xo": "^0.24.0"
|
|
}
|
|
}
|