From 9cf2396f8432fc50708509c0d365421f565cac97 Mon Sep 17 00:00:00 2001 From: Nuno Sousa Date: Tue, 18 Jul 2017 19:05:55 +0100 Subject: [PATCH] Update ownership --- CHANGELOG.md | 50 +++++++++++++++++++++++++------------------------- LICENSE | 2 +- README.md | 4 ++-- package.json | 11 +++++------ 4 files changed, 33 insertions(+), 34 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f5551..812f545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,47 +1,47 @@ # Changelog -## [v3.0.0](https://github.com/seegno/clean-deep/tree/v3.0.0) (2017-04-27) -[Full Changelog](https://github.com/seegno/clean-deep/compare/v2.0.2...v3.0.0) +## [v3.0.0](https://github.com/nunofgs/clean-deep/tree/v3.0.0) (2017-04-26) +[Full Changelog](https://github.com/nunofgs/clean-deep/compare/v2.0.2...v3.0.0) **Merged pull requests:** -- Clean and traverse arrays [\#22](https://github.com/seegno/clean-deep/pull/22) ([nunofgs](https://github.com/nunofgs)) +- Clean and traverse arrays [\#22](https://github.com/nunofgs/clean-deep/pull/22) ([nunofgs](https://github.com/nunofgs)) -## [v2.0.2](https://github.com/seegno/clean-deep/tree/v2.0.2) (2017-03-09) -[Full Changelog](https://github.com/seegno/clean-deep/compare/v2.0.1...v2.0.2) +## [v2.0.2](https://github.com/nunofgs/clean-deep/tree/v2.0.2) (2017-03-09) +[Full Changelog](https://github.com/nunofgs/clean-deep/compare/v2.0.1...v2.0.2) **Merged pull requests:** -- Update dist to es5 to keep uglifyjs compatibility [\#20](https://github.com/seegno/clean-deep/pull/20) ([akofman](https://github.com/akofman)) +- Update dist to es5 to keep uglifyjs compatibility [\#20](https://github.com/nunofgs/clean-deep/pull/20) ([akofman](https://github.com/akofman)) -## [v2.0.1](https://github.com/seegno/clean-deep/tree/v2.0.1) (2016-11-02) -[Full Changelog](https://github.com/seegno/clean-deep/compare/v2.0.0...v2.0.1) +## [v2.0.1](https://github.com/nunofgs/clean-deep/tree/v2.0.1) (2016-11-02) +[Full Changelog](https://github.com/nunofgs/clean-deep/compare/v2.0.0...v2.0.1) **Merged pull requests:** -- Upgrade babel-eslint to avoid 'estraverse-fb' error [\#18](https://github.com/seegno/clean-deep/pull/18) ([callmevlad](https://github.com/callmevlad)) -- Fix recursive array cleaning [\#17](https://github.com/seegno/clean-deep/pull/17) ([zeke](https://github.com/zeke)) +- Upgrade babel-eslint to avoid 'estraverse-fb' error [\#18](https://github.com/nunofgs/clean-deep/pull/18) ([callmevlad](https://github.com/callmevlad)) +- Fix recursive array cleaning [\#17](https://github.com/nunofgs/clean-deep/pull/17) ([zeke](https://github.com/zeke)) -## [v2.0.0](https://github.com/seegno/clean-deep/tree/v2.0.0) (2016-10-02) -[Full Changelog](https://github.com/seegno/clean-deep/compare/1.0.0...v2.0.0) +## [v2.0.0](https://github.com/nunofgs/clean-deep/tree/v2.0.0) (2016-10-02) +[Full Changelog](https://github.com/nunofgs/clean-deep/compare/1.0.0...v2.0.0) **Merged pull requests:** -- Add .npmignore [\#14](https://github.com/seegno/clean-deep/pull/14) ([ruimarinho](https://github.com/ruimarinho)) -- Update README with missing options [\#13](https://github.com/seegno/clean-deep/pull/13) ([ruimarinho](https://github.com/ruimarinho)) -- Add version script [\#12](https://github.com/seegno/clean-deep/pull/12) ([ruimarinho](https://github.com/ruimarinho)) -- Add coverage report [\#11](https://github.com/seegno/clean-deep/pull/11) ([ruimarinho](https://github.com/ruimarinho)) -- Update test dependencies [\#10](https://github.com/seegno/clean-deep/pull/10) ([ruimarinho](https://github.com/ruimarinho)) -- Update lowest node supported version to 4+ [\#9](https://github.com/seegno/clean-deep/pull/9) ([ruimarinho](https://github.com/ruimarinho)) -- Sort package.json [\#8](https://github.com/seegno/clean-deep/pull/8) ([ruimarinho](https://github.com/ruimarinho)) -- Update package.json to reflect MIT license [\#7](https://github.com/seegno/clean-deep/pull/7) ([ruimarinho](https://github.com/ruimarinho)) -- Deprecate jscs in favour of eslint [\#6](https://github.com/seegno/clean-deep/pull/6) ([ruimarinho](https://github.com/ruimarinho)) -- Add option to exclude empty arrays [\#5](https://github.com/seegno/clean-deep/pull/5) ([zeke](https://github.com/zeke)) +- Add .npmignore [\#14](https://github.com/nunofgs/clean-deep/pull/14) ([ruimarinho](https://github.com/ruimarinho)) +- Update README with missing options [\#13](https://github.com/nunofgs/clean-deep/pull/13) ([ruimarinho](https://github.com/ruimarinho)) +- Add version script [\#12](https://github.com/nunofgs/clean-deep/pull/12) ([ruimarinho](https://github.com/ruimarinho)) +- Add coverage report [\#11](https://github.com/nunofgs/clean-deep/pull/11) ([ruimarinho](https://github.com/ruimarinho)) +- Update test dependencies [\#10](https://github.com/nunofgs/clean-deep/pull/10) ([ruimarinho](https://github.com/ruimarinho)) +- Update lowest node supported version to 4+ [\#9](https://github.com/nunofgs/clean-deep/pull/9) ([ruimarinho](https://github.com/ruimarinho)) +- Sort package.json [\#8](https://github.com/nunofgs/clean-deep/pull/8) ([ruimarinho](https://github.com/ruimarinho)) +- Update package.json to reflect MIT license [\#7](https://github.com/nunofgs/clean-deep/pull/7) ([ruimarinho](https://github.com/ruimarinho)) +- Deprecate jscs in favour of eslint [\#6](https://github.com/nunofgs/clean-deep/pull/6) ([ruimarinho](https://github.com/ruimarinho)) +- Add option to exclude empty arrays [\#5](https://github.com/nunofgs/clean-deep/pull/5) ([zeke](https://github.com/zeke)) -## [1.0.0](https://github.com/seegno/clean-deep/tree/1.0.0) (2016-09-09) -[Full Changelog](https://github.com/seegno/clean-deep/compare/0.0.1...1.0.0) +## [1.0.0](https://github.com/nunofgs/clean-deep/tree/1.0.0) (2016-09-09) +[Full Changelog](https://github.com/nunofgs/clean-deep/compare/0.0.1...1.0.0) **Merged pull requests:** -- Add `transform-es2015-arrow-functions` babel plugin [\#2](https://github.com/seegno/clean-deep/pull/2) ([ruipenso](https://github.com/ruipenso)) +- Add `transform-es2015-arrow-functions` babel plugin [\#2](https://github.com/nunofgs/clean-deep/pull/2) ([ruipenso](https://github.com/ruipenso)) diff --git a/LICENSE b/LICENSE index 9aba871..6eb29f1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016 Seegno +Copyright (c) 2016 Nuno Sousa Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index b7e34a9..e6fa594 100644 --- a/README.md +++ b/README.md @@ -72,5 +72,5 @@ MIT [npm-image]: https://img.shields.io/npm/v/clean-deep.svg?style=flat-square [npm-url]: https://npmjs.org/package/clean-deep -[travis-image]: https://img.shields.io/travis/seegno/clean-deep.svg?style=flat-square -[travis-url]: https://travis-ci.org/seegno/clean-deep +[travis-image]: https://img.shields.io/travis/nunofgs/clean-deep.svg?style=flat-square +[travis-url]: https://travis-ci.org/nunofgs/clean-deep diff --git a/package.json b/package.json index 53cb1e1..3a0e2a2 100644 --- a/package.json +++ b/package.json @@ -7,20 +7,19 @@ "clean-deep", "deep" ], - "homepage": "https://github.com/seegno/clean-deep", + "homepage": "https://github.com/nunofgs/clean-deep", "bugs": { - "url": "https://github.com/seegno/clean-deep/issues" + "url": "https://github.com/nunofgs/clean-deep/issues" }, "license": "MIT", "author": { "name": "Nuno Sousa", - "email": "nfs@seegno.com", - "url": "https://seegno.com" + "email": "nunofgs@gmail.com" }, "main": "./dist/index.js", "repository": { "type": "git", - "url": "https://github.com/seegno/clean-deep.git" + "url": "https://github.com/nunofgs/clean-deep.git" }, "scripts": { "changelog": "github_changelog_generator --no-issues --header-label='# Changelog' --future-release=v$npm_config_future_release && sed -i '' -e :a -e '$d;N;2,4ba' -e 'P;D' CHANGELOG.md", @@ -54,7 +53,7 @@ "node": ">=4" }, "options": { - "changelog": "-o seegno -r clean-deep --only-pulls --use-commit-body --title 'Changelog' --date-format '/ YYYY-MM-DD'", + "changelog": "-o nunofgs -r clean-deep --only-pulls --use-commit-body --title 'Changelog' --date-format '/ YYYY-MM-DD'", "mocha": "--compilers js:babel-core/register --recursive test" }, "pre-commit": {