Skip to content

Commit

Permalink
Merge: Transfer ownership to Gulp Team (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
sttk committed Oct 9, 2020
2 parents e90d6ea + bbdeb5a commit f3a092e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

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

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
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,20 +106,20 @@ Executes the *fn* function for all properties.

## License

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

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

[repo-url]: https://github.com/sttk/each-props/
[repo-url]: https://github.com/gulpjs/each-props/
[npm-img]: https://img.shields.io/badge/npm-v1.3.2-blue.svg
[npm-url]: https://www.npmjs.org/package/each-props/
[mit-img]: https://img.shields.io/badge/license-MIT-green.svg
[mit-url]: https://opensource.org/licenses.MIT
[travis-img]: https://travis-ci.org/sttk/each-props.svg?branch=master
[travis-url]: https://travis-ci.org/sttk/each-props
[appveyor-img]: https://ci.appveyor.com/api/projects/status/github/sttk/each-props?branch=master&svg=true
[appveyor-url]: https://ci.appveyor.com/project/sttk/each-props
[coverage-img]: https://coveralls.io/repos/github/sttk/each-props/badge.svg?branch=master
[coverage-url]: https://coveralls.io/github/sttk/each-props?branch=master
[travis-img]: https://travis-ci.org/gulpjs/each-props.svg?branch=master
[travis-url]: https://travis-ci.org/gulpjs/each-props
[appveyor-img]: https://ci.appveyor.com/api/projects/status/github/gulpjs/each-props?branch=master&svg=true
[appveyor-url]: https://ci.appveyor.com/project/gulpjs/each-props
[coverage-img]: https://coveralls.io/repos/github/gulpjs/each-props/badge.svg?branch=master
[coverage-url]: https://coveralls.io/github/gulpjs/each-props?branch=master

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/sttk/each-props.git"
"url": "git+https://github.com/gulpjs/each-props.git"
},
"keywords": [
"deep",
Expand All @@ -28,12 +28,12 @@
"properties",
"props"
],
"author": "Takayuki Sato",
"author": "Gulp Team <team@gulpjs.com> (https://gulpjs.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sttk/each-props/issues"
"url": "https://github.com/gulpjs/each-props/issues"
},
"homepage": "https://github.com/sttk/each-props#readme",
"homepage": "https://github.com/gulpjs/each-props#readme",
"dependencies": {
"is-plain-object": "^5.0.0",
"object.defaults": "^1.1.0"
Expand Down

0 comments on commit f3a092e

Please sign in to comment.