Skip to content

Commit

Permalink
Scaffold: Update some links and license year
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jul 29, 2018
1 parent 53e9727 commit 1027236
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
@@ -1,4 +1,4 @@
# http://editorconfig.org
# https://editorconfig.org
root = true

[*]
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Expand Up @@ -13,10 +13,10 @@ lib-cov
# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Compiled binary addons (http://nodejs.org/api/addons.html)
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directory
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013-2017 Blaine Bublitz <blaine.bublitz@gmail.com>, Eric Schoffstall <yo@contra.io> and other contributors
Copyright (c) 2013-2018 Blaine Bublitz <blaine.bublitz@gmail.com>, Eric Schoffstall <yo@contra.io> and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
@@ -1,5 +1,5 @@
# http://www.appveyor.com/docs/appveyor-yml
# http://www.appveyor.com/docs/lang/nodejs-iojs
# https://www.appveyor.com/docs/appveyor-yml
# https://www.appveyor.com/docs/lang/nodejs-iojs

environment:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions docs/API.md
Expand Up @@ -834,9 +834,9 @@ module.exports = new MyCompanyTasksRegistry();
[gulp-if]: https://github.com/robrich/gulp-if
[node-glob documentation]: https://github.com/isaacs/node-glob#options
[node-glob]: https://github.com/isaacs/node-glob
[piped]: http://nodejs.org/api/stream.html#stream_readable_pipe_destination_options
[piped]: https://nodejs.org/api/stream.html#stream_readable_pipe_destination_options
[RxJS]: https://www.npmjs.com/package/rx
[stream]: http://nodejs.org/api/stream.html
[stream]: https://nodejs.org/api/stream.html
[async-done]: https://www.npmjs.com/package/async-done
[undertaker]: https://github.com/gulpjs/undertaker
[vinyl File instance]: https://github.com/gulpjs/vinyl
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,8 +2,8 @@
"name": "gulp",
"version": "4.0.0",
"description": "The streaming build system.",
"homepage": "http://gulpjs.com",
"author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
"homepage": "https://gulpjs.com",
"author": "Gulp Team <team@gulpjs.com> (https://gulpjs.com/)",
"contributors": [
"Eric Schoffstall <yo@contra.io>",
"Blaine Bublitz <blaine.bublitz@gmail.com>"
Expand Down

0 comments on commit 1027236

Please sign in to comment.