Skip to content

Commit 289a767

Browse files
committed
added credits to the contributors and maintainers of the packages used in this template
1 parent af15e00 commit 289a767

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@ node setup.js
1717
### What is included in this template?
1818

1919
- [TypeScript](https://github.com/Microsoft/TypeScript)
20-
- [React Native TypeScript Transformer](https://github.com/ds300/react-native-typescript-transformer)
20+
- [React Native TypeScript transformer](https://github.com/ds300/react-native-typescript-transformer)
2121
- [Type definitions for React & React Native](https://github.com/DefinitelyTyped/DefinitelyTyped)
2222
- [TS Jest](https://github.com/kulshekhar/ts-jest)
2323
- [TSLint](https://github.com/palantir/tslint)
2424
- [TSLint React](https://github.com/palantir/tslint-react)
2525

2626
This template always uses the latest versions of the dependencies at the time when the setup script (`node setup.js`) is being executed. This means you don't have to worry about old versions.
2727

28+
Lots of :heart: and credits to the owners and maintainers of those packages.
29+
2830
### Why the setup script?
2931

3032
The React Native CLI supports automatic installation of production dependencies only. Since TypeScript and the other dependencies are dev dependencies, the setup script is being used to install those. It also takes care of obsolete files like the `.flowconfig` and the `setup.js` itself after the setup.

0 commit comments

Comments
 (0)