Skip to content

Commit

Permalink
Small fixes and add test for node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmusbe committed Aug 30, 2019
1 parent a855fd8 commit 0b604ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 28 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -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:
Expand All @@ -52,5 +52,5 @@ workflows:
jobs:
- node-v8
- node-v10
- node-v11
- node-v12
- node-latest
8 changes: 4 additions & 4 deletions contributing.md
Expand Up @@ -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

Expand All @@ -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/<your-username>/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.
Expand Down Expand Up @@ -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).
21 changes: 0 additions & 21 deletions license

This file was deleted.

0 comments on commit 0b604ba

Please sign in to comment.