File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
- v7.0.0
1
+ v8.9.4
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ language: node_js
2
2
notifications :
3
3
email : false
4
4
after_install : npm ls >/dev/null
5
+ before_script : npm run greenkeeper:update-lockfile
6
+ after_script : npm run greenkeeper:upload-lockfile
5
7
after_success :
6
8
- npm run coverage:report
7
9
- npm run semantic-release
Original file line number Diff line number Diff line change 22
22
"commitmsg" : " validate-commit-msg" ,
23
23
"precommit" : " npm test" ,
24
24
"presemantic-release" : " npm run build" ,
25
- "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
25
+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post" ,
26
+ "greenkeeper:update-lockfile" : " greenkeeper-lockfile-update" ,
27
+ "greenkeeper:upload-lockfile" : " greenkeeper-lockfile-upload"
26
28
},
27
29
"repository" : {
28
30
"type" : " git" ,
63
65
"good" : " 7.3.0" ,
64
66
"good-console" : " 6.4.1" ,
65
67
"good-squeeze" : " 5.0.2" ,
68
+ "greenkeeper-lockfile" : " 1.12.0" ,
66
69
"hapi" : " 16.6.2" ,
67
70
"hapi-mustache" : " 0.0.1" ,
68
71
"husky" : " 0.15.0-beta.2" ,
You can’t perform that action at this time.
0 commit comments