File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed
Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,9 @@ sudo: false
33language : node_js
44
55node_js :
6- - 0.12
7- - 4
8- - 6
9- - 7
6+ - 8
7+ - 10
8+ - 12
109
1110script :
1211 - npm run test
@@ -22,11 +21,11 @@ deploy:
2221 secure : StcT8gQfJW0nipD0H1fnFrxkl/VijNproaJ/EFg5AJuFtIdsn4OFein03+MYsTg6w1j9V2m8gVhCRD0dvgvCYtnbznoyqEoIf06ws2vHNYlnelPneZDMhsjaxMVnRcOvttUxAYkVJQ8Bn26scnDLwkuiJfNhyBX0hieMMD/IfOI=
2322 on :
2423 tags : true
25- node : 6
24+ node : 10
2625 - provider : releases
2726 skip_cleanup : true
2827 api_key :
2928 secure : S9ZDp1V/NAFAPRfJbwiE3++ML5+l9gqQ6NuVLPqQR5qffOzax72mL/sBQUZCVRAw7W8mPCW24FK42KdFgDRCRA9ydCqhoUYAOpS0uQHqhiYFfnoIm6UbKEJ6lMnA3xir15+4JF3iU+Vwag9HMSIw8yOyp1CPBNT9YVYw+mEeIz0=
3029 on :
3130 tags : true
32- node : 6
31+ node : 10
Original file line number Diff line number Diff line change 11{
22 "name" : " grunt-depcheck" ,
33 "description" : " Depcheck Grunt plugin" ,
4- "version" : " 0.0.1 " ,
4+ "version" : " 0.1.3 " ,
55 "homepage" : " https://github.com/depcheck/grunt-depcheck" ,
66 "author" : {
77 "name" : " Djordje Lukic" ,
2121 }
2222 ],
2323 "engines" : {
24- "node" : " >= 0.8 .0"
24+ "node" : " >= 8.0 .0"
2525 },
2626 "scripts" : {
2727 "test" : " grunt test"
3131 "grunt-cli" : " ^1.2.0" ,
3232 "grunt-contrib-clean" : " ^1.0.0" ,
3333 "grunt-contrib-jshint" : " ^1.0.0" ,
34- "grunt-contrib-nodeunit" : " ^1 .0.0" ,
34+ "grunt-contrib-nodeunit" : " ^2 .0.0" ,
3535 "patch-version" : " ^0.1.1"
3636 },
3737 "keywords" : [
4141 " gruntplugin"
4242 ],
4343 "dependencies" : {
44- "depcheck" : " ^0.6.4 "
44+ "depcheck" : " ^0.9.1 "
4545 }
4646}
You can’t perform that action at this time.
0 commit comments