Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

Commit 9871a4a

Browse files
committed
remove commitizen and semantic-release
1 parent 0d3da81 commit 9871a4a

File tree

3 files changed

+37
-850
lines changed

3 files changed

+37
-850
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ before_script:
1414
script:
1515
- npm run test
1616
after_success:
17-
- npm run semantic-release
1817
- npm run report-coverage
1918
branches:
2019
except:

package.json

+1-11
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"main": "dist/postcss-typescript-css",
66
"scripts": {
77
"clean": "rimraf dist coverage *.log",
8-
"commit": "git-cz",
98
"copyFakePostcssFile": "cpx \"src/spec/styles/*\" dist/spec/styles/",
109
"compile": "npm run clean && tsc",
1110
"compile:watch": "tsc --watch",
@@ -15,8 +14,7 @@
1514
"tslint": "tslint --project tsconfig.json",
1615
"precommit": "npm test",
1716
"pretest": "npm run lint && npm run clean && tsc && npm run copyFakePostcssFile",
18-
"report-coverage": "codecov -f coverage/lcov.info",
19-
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
17+
"report-coverage": "codecov -f coverage/lcov.info"
2018
},
2119
"repository": "[email protected]:ezavile/postcss-typescript-css.git",
2220
"author": "Edgar Zavala <[email protected]>",
@@ -64,25 +62,17 @@
6462
"@types/node": "7.0.12",
6563
"ava": "0.19.1",
6664
"codecov": "2.1.0",
67-
"commitizen": "2.9.6",
6865
"core-js": "2.4.1",
6966
"cpx": "1.5.0",
70-
"cz-conventional-changelog": "2.0.0",
7167
"husky": "0.13.3",
7268
"nyc": "10.2.0",
7369
"rimraf": "2.6.1",
74-
"semantic-release": "6.3.2",
7570
"tslint": "5.1.0",
7671
"typescript": "2.2.2"
7772
},
7873
"dependencies": {
7974
"camelcase": "4.1.0",
8075
"postcss": "5.2.17",
8176
"postcss-selector-parser": "2.2.3"
82-
},
83-
"config": {
84-
"commitizen": {
85-
"path": "node_modules/cz-conventional-changelog"
86-
}
8777
}
8878
}

0 commit comments

Comments
 (0)