Skip to content

Commit 4ca59b6

Browse files
committed
update contributing guide
1 parent 39baf21 commit 4ca59b6

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Once you have babel running in watch mode, you can start making changes to parse
242242

243243
#### TypeScript Tests
244244

245-
Type tests are located in [/types/tests.ts](/types/tests.ts) and are responsible for ensure types generated for each class is behaving as expected. Types must be generated using `npm run build:types` and should not be manually changed. These types are `.d.ts` files located in [/types](/types).
245+
Type tests are located in [/types/tests.ts](/types/tests.ts) and are responsible for ensure types generated for each class is behaving as expected. Types must be generated using `npm run build:types` and should not be manually changed. These types are `.d.ts` files located in [/types](/types). *Note: Any type changes to `src/Options/index.js` should be manually updated in `types/Options/index.d.ts`.*
246246

247247
When developing type definitions you can use `npm run watch:ts` in order to rebuild your changes automatically upon each save.
248248

package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"deep-diff": "1.0.2",
9090
"eslint": "9.23.0",
9191
"eslint-plugin-expect-type": "0.6.2",
92-
"flow-bin": "0.119.1",
92+
"flow-bin": "0.266.1",
9393
"form-data": "4.0.2",
9494
"globals": "16.0.0",
9595
"graphql-tag": "2.12.6",

0 commit comments

Comments
 (0)