Skip to content

Commit 91c22dd

Browse files
author
Ahmed Elshaabany
committed
Modify package.json file
1 parent 2979d20 commit 91c22dd

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

package.json

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +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": {
6-
"type": "git",
7-
"url": "git+https://github.com/zaprogrammer/TsTDDReactNativeTemplate.git"
8-
},
9-
"keywords": [
10-
"react",
11-
"react-native",
12-
"template",
13-
"starter",
14-
"boilerplate",
15-
"kit",
16-
"typescript",
17-
"Test Driven Development",
18-
"TDD"
19-
],
5+
"repository": "git+https://github.com/zaprogrammer/TsTDDReactNativeTemplate.git",
206
"author": "Ahmed Elshaabany",
21-
"license": "MIT",
22-
"bugs": {
23-
"url": "https://github.com/zaprogrammer/TsTDDReactNativeTemplate/issues"
24-
},
25-
"homepage": "https://github.com/zaprogrammer/TsTDDReactNativeTemplate#readme"
7+
"license": "MIT"
268
}

0 commit comments

Comments
 (0)