File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 44test :
55 post :
66 - npm run coverage
7+ deployment :
8+ master :
9+ branch : [master]
10+ commands :
11+ - npm run semantic-release
Original file line number Diff line number Diff line change 11{
22 "name" : " loopback-component-mq" ,
3- "version" : " 1.2.3 " ,
3+ "version" : " 0.0.0-development " ,
44 "description" : " Loopback Component for working with a Message Queue" ,
55 "homepage" : " https://github.com/fullcube/loopback-component-mq" ,
66 "author" : {
2323 "lint" : " eslint ." ,
2424 "pretest" : " npm run lint" ,
2525 "test:watch" : " npm run test -- -w" ,
26- "coverage" : " nyc report --reporter=text-lcov | coveralls"
26+ "coverage" : " nyc report --reporter=text-lcov | coveralls" ,
27+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
2728 },
2829 "license" : " MIT" ,
2930 "dependencies" : {
3839 "devDependencies" : {
3940 "chai" : " ^3.5.0" ,
4041 "compression" : " ^1.0.3" ,
42+ "condition-circle" : " ^1.5.0" ,
4143 "cors" : " ^2.5.2" ,
4244 "coveralls" : " ^2.11.9" ,
4345 "eslint" : " 2.13.1" ,
5052 "mocha" : " ^3.1.2" ,
5153 "nodemon" : " ^1.11.0" ,
5254 "nyc" : " ^8.3.1" ,
55+ "semantic-release" : " ^6.3.2" ,
5356 "serve-favicon" : " ^2.0.1" ,
5457 "sinon" : " ^1.17.4" ,
5558 "sinon-as-promised" : " ^4.0.2" ,
6063 "env" : {
6164 "mocha" : true
6265 }
66+ },
67+ "repository" : {
68+ "type" : " git" ,
69+ "url" : " https://github.com/fullcube/loopback-component-mq.git"
70+ },
71+ "release" : {
72+ "verifyConditions" : " condition-circle"
6373 }
6474}
You can’t perform that action at this time.
0 commit comments