Skip to content

Commit 6f1cfde

Browse files
authored
Merge pull request #867 from NativeScript/pete/packagejson-repository
Add repository entry in package.json to prevent npm WARN
2 parents 1a6c259 + 8a2a500 commit 6f1cfde

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "tns-android",
33
"description": "NativeScript Runtime for Android",
44
"version": "3.4.0",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/NativeScript/android-runtime.git"
8+
},
59
"files": [
610
"**/*"
711
]

0 commit comments

Comments
 (0)