File tree 6 files changed +10
-10
lines changed 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- # http ://editorconfig.org
1
+ # https ://editorconfig.org
2
2
root = true
3
3
4
4
[* ]
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ lib-cov
13
13
# Coverage directory used by tools like istanbul
14
14
coverage
15
15
16
- # Grunt intermediate storage (http ://gruntjs.com/creating-plugins#storing-task-files)
16
+ # Grunt intermediate storage (https ://gruntjs.com/creating-plugins#storing-task-files)
17
17
.grunt
18
18
19
- # Compiled binary addons (http ://nodejs.org/api/addons.html)
19
+ # Compiled binary addons (https ://nodejs.org/api/addons.html)
20
20
build /Release
21
21
22
22
# Dependency directory
Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2013-2017 Blaine Bublitz <blaine.bublitz@gmail.com>, Eric Schoffstall <yo@contra.io> and other contributors
3
+ Copyright (c) 2013-2018 Blaine Bublitz <blaine.bublitz@gmail.com>, Eric Schoffstall <yo@contra.io> and other contributors
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
- # http ://www.appveyor.com/docs/appveyor-yml
2
- # http ://www.appveyor.com/docs/lang/nodejs-iojs
1
+ # https ://www.appveyor.com/docs/appveyor-yml
2
+ # https ://www.appveyor.com/docs/lang/nodejs-iojs
3
3
4
4
environment :
5
5
matrix :
Original file line number Diff line number Diff line change @@ -834,9 +834,9 @@ module.exports = new MyCompanyTasksRegistry();
834
834
[ gulp-if ] : https://github.com/robrich/gulp-if
835
835
[ node-glob documentation ] : https://github.com/isaacs/node-glob#options
836
836
[ node-glob ] : https://github.com/isaacs/node-glob
837
- [ piped ] : http ://nodejs.org/api/stream.html#stream_readable_pipe_destination_options
837
+ [ piped ] : https ://nodejs.org/api/stream.html#stream_readable_pipe_destination_options
838
838
[ RxJS ] : https://www.npmjs.com/package/rx
839
- [ stream ] : http ://nodejs.org/api/stream.html
839
+ [ stream ] : https ://nodejs.org/api/stream.html
840
840
[ async-done ] : https://www.npmjs.com/package/async-done
841
841
[ undertaker ] : https://github.com/gulpjs/undertaker
842
842
[ vinyl File instance ] : https://github.com/gulpjs/vinyl
Original file line number Diff line number Diff line change 2
2
"name" : " gulp" ,
3
3
"version" : " 4.0.0" ,
4
4
"description" : " The streaming build system." ,
5
- "homepage" : " http ://gulpjs.com" ,
6
- "author" : " Gulp Team <team@gulpjs.com> (http ://gulpjs.com/)" ,
5
+ "homepage" : " https ://gulpjs.com" ,
6
+ "author" : " Gulp Team <team@gulpjs.com> (https ://gulpjs.com/)" ,
7
7
"contributors" : [
8
8
" Eric Schoffstall <yo@contra.io>" ,
9
9
" Blaine Bublitz <blaine.bublitz@gmail.com>"
You can’t perform that action at this time.
0 commit comments