diff --git a/CHANGELOG.md b/CHANGELOG.md index da3c8fc..4e1073d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [1.0.1](https://github.com/seegno/mask-xml/releases/tag/1.0.1) (2017-03-24) -- Fix linting for source files [\#7](https://github.com/seegno/mask-xml/pull/7) ([nunofgs](https://github.com/nunofgs)) -- Fix typo in README.md [\#6](https://github.com/seegno/mask-xml/pull/6) ([nunofgs](https://github.com/nunofgs)) -- Add github-changelog-generator@0.4.1 [\#5](https://github.com/seegno/mask-xml/pull/5) ([nunofgs](https://github.com/nunofgs)) -- Add optional `ignoreCase` parameter [\#4](https://github.com/seegno/mask-xml/pull/4) ([nunofgs](https://github.com/nunofgs)) -- Fix replacement not applied globally [\#3](https://github.com/seegno/mask-xml/pull/3) ([nunofgs](https://github.com/nunofgs)) -- Remove babel and update eslint [\#1](https://github.com/seegno/mask-xml/pull/1) ([nunofgs](https://github.com/nunofgs)) -- Remove lodash dependency [\#2](https://github.com/seegno/mask-xml/pull/2) ([nunofgs](https://github.com/nunofgs)) +## [1.0.1](https://github.com/nunofgs/mask-xml/releases/tag/1.0.1) (2017-03-24) +- Fix linting for source files [\#7](https://github.com/nunofgs/mask-xml/pull/7) ([nunofgs](https://github.com/nunofgs)) +- Fix typo in README.md [\#6](https://github.com/nunofgs/mask-xml/pull/6) ([nunofgs](https://github.com/nunofgs)) +- Add github-changelog-generator@0.4.1 [\#5](https://github.com/nunofgs/mask-xml/pull/5) ([nunofgs](https://github.com/nunofgs)) +- Add optional `ignoreCase` parameter [\#4](https://github.com/nunofgs/mask-xml/pull/4) ([nunofgs](https://github.com/nunofgs)) +- Fix replacement not applied globally [\#3](https://github.com/nunofgs/mask-xml/pull/3) ([nunofgs](https://github.com/nunofgs)) +- Remove babel and update eslint [\#1](https://github.com/nunofgs/mask-xml/pull/1) ([nunofgs](https://github.com/nunofgs)) +- Remove lodash dependency [\#2](https://github.com/nunofgs/mask-xml/pull/2) ([nunofgs](https://github.com/nunofgs)) diff --git a/LICENSE b/LICENSE index 1b1abd6..66ada5a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Seegno +Copyright (c) 2015 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 8e7b88f..f14689f 100644 --- a/README.md +++ b/README.md @@ -61,5 +61,5 @@ MIT [downloads-url]: https://npmjs.org/package/mask-xml [npm-image]: https://img.shields.io/npm/v/mask-xml.svg [npm-url]: https://npmjs.org/package/mask-xml -[travis-image]: https://img.shields.io/travis/seegno/mask-xml.svg -[travis-url]: https://travis-ci.org/seegno/mask-xml +[travis-image]: https://img.shields.io/travis/nunofgs/mask-xml.svg +[travis-url]: https://travis-ci.org/nunofgs/mask-xml diff --git a/package.json b/package.json index 904cec7..0c8084e 100644 --- a/package.json +++ b/package.json @@ -8,17 +8,17 @@ "mask-xml", "redact" ], - "homepage": "https://github.com/seegno/mask-xml", + "homepage": "https://github.com/nunofgs/mask-xml", "bugs": { - "url": "https://github.com/seegno/mask-xml/issues" + "url": "https://github.com/nunofgs/mask-xml/issues" }, "license": "SEE LICENSE IN LICENSE", "repository": { "type": "git", - "url": "https://github.com/seegno/mask-xml.git" + "url": "https://github.com/nunofgs/mask-xml.git" }, "scripts": { - "changelog": "github-changelog-generator --future-release=$npm_package_version --owner=seegno --repo=mask-xml > CHANGELOG.md", + "changelog": "github-changelog-generator --future-release=$npm_package_version --owner=nunofgs --repo=mask-xml > CHANGELOG.md", "lint": "eslint *.js test", "test": "NODE_ENV=test mocha --require should test", "version": "npm run changelog --future-release=$npm_package_version && git add -A CHANGELOG.md"