File tree 2 files changed +17
-2
lines changed
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 4
4
test :
5
5
post :
6
6
- 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 1
1
{
2
2
"name" : " loopback-component-mq" ,
3
- "version" : " 1.2.3 " ,
3
+ "version" : " 0.0.0-development " ,
4
4
"description" : " Loopback Component for working with a Message Queue" ,
5
5
"homepage" : " https://github.com/fullcube/loopback-component-mq" ,
6
6
"author" : {
23
23
"lint" : " eslint ." ,
24
24
"pretest" : " npm run lint" ,
25
25
"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"
27
28
},
28
29
"license" : " MIT" ,
29
30
"dependencies" : {
38
39
"devDependencies" : {
39
40
"chai" : " ^3.5.0" ,
40
41
"compression" : " ^1.0.3" ,
42
+ "condition-circle" : " ^1.5.0" ,
41
43
"cors" : " ^2.5.2" ,
42
44
"coveralls" : " ^2.11.9" ,
43
45
"eslint" : " 2.13.1" ,
50
52
"mocha" : " ^3.1.2" ,
51
53
"nodemon" : " ^1.11.0" ,
52
54
"nyc" : " ^8.3.1" ,
55
+ "semantic-release" : " ^6.3.2" ,
53
56
"serve-favicon" : " ^2.0.1" ,
54
57
"sinon" : " ^1.17.4" ,
55
58
"sinon-as-promised" : " ^4.0.2" ,
60
63
"env" : {
61
64
"mocha" : true
62
65
}
66
+ },
67
+ "repository" : {
68
+ "type" : " git" ,
69
+ "url" : " https://github.com/fullcube/loopback-component-mq.git"
70
+ },
71
+ "release" : {
72
+ "verifyConditions" : " condition-circle"
63
73
}
64
74
}
You can’t perform that action at this time.
0 commit comments