Skip to content

Commit 4cac863

Browse files
authored
Merge: Transfer ownership to Gulp Team (#6)
2 parents 196fc9e + 54a791d commit 4cac863

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016-2020 Takayuki Sato
3+
Copyright (c) 2016-2020 Gulp Team.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Diff for: README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -209,19 +209,19 @@ If *converter* is given, it is able to convert the terminal values.
209209

210210
## License
211211

212-
Copyright (C) 2016-2020 Takayuki Sato
212+
Copyright (C) 2016-2020 Gulp Team.
213213

214214
This program is free software under [MIT][mit-url] License.
215215
See the file LICENSE in this distribution for more details.
216216

217-
[repo-url]: https://github.com/sttk/copy-props/
217+
[repo-url]: https://github.com/gulpjs/copy-props/
218218
[npm-img]: https://img.shields.io/badge/npm-v2.0.4-blue.svg
219219
[npm-url]: https://www.npmjs.org/package/copy-props/
220220
[mit-img]: https://img.shields.io/badge/license-MIT-green.svg
221221
[mit-url]: https://opensource.org/licenses.MIT
222-
[travis-img]: https://travis-ci.org/sttk/copy-props.svg?branch=master
223-
[travis-url]: https://travis-ci.org/sttk/copy-props
224-
[appveyor-img]: https://ci.appveyor.com/api/projects/status/github/sttk/copy-props?branch=master&svg=true
225-
[appveyor-url]: https://ci.appveyor.com/project/sttk/copy-props
226-
[coverage-img]: https://coveralls.io/repos/github/sttk/copy-props/badge.svg?branch=master
227-
[coverage-url]: https://coveralls.io/github/sttk/copy-props?branch=master
222+
[travis-img]: https://travis-ci.org/gulpjs/copy-props.svg?branch=master
223+
[travis-url]: https://travis-ci.org/gulpjs/copy-props
224+
[appveyor-img]: https://ci.appveyor.com/api/projects/status/github/gulpjs/copy-props?branch=master&svg=true
225+
[appveyor-url]: https://ci.appveyor.com/project/gulpjs/copy-props
226+
[coverage-img]: https://coveralls.io/repos/github/gulpjs/copy-props/badge.svg?branch=master
227+
[coverage-url]: https://coveralls.io/github/gulpjs/copy-props?branch=master

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "git+https://github.com/sttk/copy-props.git"
21+
"url": "git+https://github.com/gulpjs/copy-props.git"
2222
},
2323
"keywords": [
2424
"object",
@@ -28,12 +28,12 @@
2828
"map",
2929
"convert"
3030
],
31-
"author": "Takayuki Sato",
31+
"author": "Gulp Team <[email protected]> (https://gulpjs.com/)",
3232
"license": "MIT",
3333
"bugs": {
34-
"url": "https://github.com/sttk/copy-props/issues"
34+
"url": "https://github.com/gulpjs/copy-props/issues"
3535
},
36-
"homepage": "https://github.com/sttk/copy-props#readme",
36+
"homepage": "https://github.com/gulpjs/copy-props#readme",
3737
"dependencies": {
3838
"each-props": "^1.3.2",
3939
"is-plain-object": "^5.0.0"

0 commit comments

Comments
 (0)