Skip to content

Commit 1ca1541

Browse files
committed
Update docs to indicate need for tests requiring generator support (io.js / Node 4.x)
1 parent bfa6811 commit 1ca1541

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ When submitting issues on GitHub, please include as much detail as possible to m
1818
1. `cd js-data-sql; npm install; bower install;`
1919
1. Write your code, including relevant documentation and tests
2020
1. Run `grunt test` (build and test)
21+
- You need io.js or Node 4.x that includes generator support without a flag
2122
1. Your code will be linted and checked for formatting, the tests will be run
2223
1. The `dist/` folder & files will be generated, do NOT commit `dist/*`! They will be committed when a release is cut.
2324
1. Submit your PR and we'll review!

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ When submitting issues on GitHub, please include as much detail as possible to m
7676
1. `cd js-data-sql; npm install; bower install;`
7777
1. Write your code, including relevant documentation and tests
7878
1. Run `grunt test` (build and test)
79+
- You need io.js or Node 4.x that includes generator support without a flag
7980
1. Your code will be linted and checked for formatting, the tests will be run
8081
1. The `dist/` folder & files will be generated, do NOT commit `dist/*`! They will be committed when a release is cut.
8182
1. Submit your PR and we'll review!

0 commit comments

Comments
 (0)