diff --git a/.circleci/config.yml b/.circleci/config.yml index 20c42cf..51256a9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,9 +36,9 @@ jobs: - image: node:10 steps: - test-nodejs - node-v11: + node-v12: docker: - - image: node:11 + - image: node:12 steps: - test-nodejs node-latest: @@ -52,5 +52,5 @@ workflows: jobs: - node-v8 - node-v10 - - node-v11 + - node-v12 - node-latest diff --git a/contributing.md b/contributing.md index 43cf010..98a5b43 100644 --- a/contributing.md +++ b/contributing.md @@ -4,7 +4,7 @@ Everyone is welcome to contribute with patches, bug-fixes and new features. ## Ideas -If you have a idea the easiest way is to create a [issue](https://github.com/rasmusbe/gulp-wp-pot/issues). +If you have a idea the easiest way is to create a [issue](https://github.com/wp-pot/gulp-wp-pot/issues). ## Bugs @@ -20,12 +20,12 @@ Good pull requests with patches, improvements or new features is always welcome. **Please follow** the projects code style. The project code should be following the code style that is based on [JavaScript Standard Style](https://standardjs.com/#the-rules) but with semicolons (semistandard). -* Fork [gulp-wp-pot](https://github.com/rasmusbe/gulp-wp-pot) on Github and add the upstream remote. +* Fork [gulp-wp-pot](https://github.com/wp-pot/gulp-wp-pot) on Github and add the upstream remote. ``` git clone https://github.com//gulp-wp-pot.git cd gulp-wp-pot -git remote add upstream https://github.com/rasmusbe/gulp-wp-pot.git +git remote add upstream https://github.com/wp-pot/gulp-wp-pot.git ``` This is useful if you cloned your repo a while ago and you now want to updated it. @@ -62,4 +62,4 @@ If you are making several changes at once please divide them into multiple pull ## License -By contributing your code, you agree to license your contribution under the [MIT license](https://github.com/rasmusbe/gulp-wp-pot/blob/master/license). +By contributing your code, you agree to license your contribution under the [MIT license](https://github.com/wp-pot/gulp-wp-pot/blob/master/license). diff --git a/license b/license deleted file mode 100755 index 44656d0..0000000 --- a/license +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) Rasmus Bengtsson , Willy Bahuaud - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE.