Skip to content

Commit e3cf2f0

Browse files
author
Ahmed Elshaabany
committed
Modify .npmrc
1 parent 0d17a2c commit e3cf2f0

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ local.properties
3838
node_modules/
3939
npm-debug.log
4040
yarn-error.log
41+
.npmrc
4142

4243
# BUCK
4344
buck-out/

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@
22

33
### Installation
44
>
5+
6+
7+
8+
Based on:
9+
https://github.com/react-native-community/cli/blob/master/docs/init.md#creating-custom-template
10+
https://github.com/react-native-community/react-native-template-typescript
11+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-native-template-ts-tdd",
33
"version": "0.0.1",
44
"description": "A react native template, with support for TDD and typescript out of the box.",
5-
"repository": "git+https://github.com/zaprogrammer/TsTDDReactNativeTemplate.git",
5+
"repository": "git+https://github.com/zaprogrammer/react-native-typescript-tdd-template.git",
66
"author": "Ahmed Elshaabany",
77
"license": "MIT"
88
}

0 commit comments

Comments
 (0)