This repository was archived by the owner on Feb 16, 2021. It is now read-only.
File tree 3 files changed +37
-850
lines changed
3 files changed +37
-850
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ before_script:
14
14
script :
15
15
- npm run test
16
16
after_success :
17
- - npm run semantic-release
18
17
- npm run report-coverage
19
18
branches :
20
19
except :
Original file line number Diff line number Diff line change 5
5
"main" : " dist/postcss-typescript-css" ,
6
6
"scripts" : {
7
7
"clean" : " rimraf dist coverage *.log" ,
8
- "commit" : " git-cz" ,
9
8
"copyFakePostcssFile" : " cpx \" src/spec/styles/*\" dist/spec/styles/" ,
10
9
"compile" : " npm run clean && tsc" ,
11
10
"compile:watch" : " tsc --watch" ,
15
14
"tslint" : " tslint --project tsconfig.json" ,
16
15
"precommit" : " npm test" ,
17
16
"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"
20
18
},
21
19
"repository" :
" [email protected] :ezavile/postcss-typescript-css.git" ,
22
20
"author" :
" Edgar Zavala <[email protected] >" ,
64
62
"@types/node" : " 7.0.12" ,
65
63
"ava" : " 0.19.1" ,
66
64
"codecov" : " 2.1.0" ,
67
- "commitizen" : " 2.9.6" ,
68
65
"core-js" : " 2.4.1" ,
69
66
"cpx" : " 1.5.0" ,
70
- "cz-conventional-changelog" : " 2.0.0" ,
71
67
"husky" : " 0.13.3" ,
72
68
"nyc" : " 10.2.0" ,
73
69
"rimraf" : " 2.6.1" ,
74
- "semantic-release" : " 6.3.2" ,
75
70
"tslint" : " 5.1.0" ,
76
71
"typescript" : " 2.2.2"
77
72
},
78
73
"dependencies" : {
79
74
"camelcase" : " 4.1.0" ,
80
75
"postcss" : " 5.2.17" ,
81
76
"postcss-selector-parser" : " 2.2.3"
82
- },
83
- "config" : {
84
- "commitizen" : {
85
- "path" : " node_modules/cz-conventional-changelog"
86
- }
87
77
}
88
78
}
You can’t perform that action at this time.
0 commit comments