Skip to content

Commit

Permalink
Modify CONTRIBUTING.md and change npm-run-all version
Browse files Browse the repository at this point in the history
  • Loading branch information
hfu committed Dec 11, 2018
1 parent a4a4e12 commit 75e3aa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ We are glad you are reading this, because we need volunteer works to improve vt-
Please write tests for every functionality.

## Submitting changes
Please send a [GitHub Pull Request to the dev branch](https://github.com/ibesora/vt-optimizer/pull/new/master), so that @ibesora can merge to master when everything is documented and is ready to go after passing all tests.
Please send a [GitHub Pull Request to the dev branch](https://github.com/ibesora/vt-optimizer/pull/new/dev), so that @ibesora can merge to master when everything is documented and is ready to go after passing all tests.

## Coding conventions
FIXME.
We use [eslint-config-geostart](https://github.com/geostarters/eslint-config-geostart).

Thank you.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"coveralls": "^3.0.2",
"eslint": "^5.7.0",
"eslint-config-geostart": "git+https://github.com/geostarters/eslint-config-geostart.git",
"npm-run-all": "^4.1.3",
"npm-run-all": "^4.1.5",
"tap": "^12.0.1"
}
}

0 comments on commit 75e3aa8

Please sign in to comment.