File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ before_install:
1111 - npm i -g npm@^2.0.0
1212before_script :
1313 - npm prune
14+ script :
15+ - npm run test
1416after_success :
1517 - npm run semantic-release
1618branches :
Original file line number Diff line number Diff line change 11{
22 "name" : " react-radial-progress" ,
3- "version" : " 1 .0.0" ,
3+ "version" : " 0 .0.0-semantically-released " ,
44 "description" : " a radial progress bar in react js and SVG" ,
55 "main" : " src/index.js" ,
66 "scripts" : {
7- "test" : " echo \" Error: no test specified\" && exit 1"
7+ "commit" : " git-cz" ,
8+ "test" : " mocha src/index_test.js -w" ,
9+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
810 },
911 "repository" : {
1012 "type" : " git" ,
11- "url" : " git+ https://github.com/samidarko/react-radial-progress.git"
13+ "url" : " https://github.com/samidarko/react-radial-progress.git"
1214 },
1315 "keywords" : [
1416 " radial" ,
2224 "bugs" : {
2325 "url" : " https://github.com/samidarko/react-radial-progress/issues"
2426 },
25- "homepage" : " https://github.com/samidarko/react-radial-progress#readme"
27+ "homepage" : " https://github.com/samidarko/react-radial-progress#readme" ,
28+ "devDependencies" : {
29+ "chai" : " 3.4.0" ,
30+ "commitizen" : " 2.3.0" ,
31+ "cz-conventional-changelog" : " 1.1.4" ,
32+ "mocha" : " 2.3.3" ,
33+ "semantic-release" : " ^4.3.5"
34+ },
35+ "czConfig" : {
36+ "path" : " node_modules/cz-conventional-changelog"
37+ }
2638}
You can’t perform that action at this time.
0 commit comments