Skip to content

Commit fda4c48

Browse files
tarunamaNathanWalker
authored andcommitted
chore: add repository
1 parent 08b3caf commit fda4c48

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

apps/automated/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"main": "main.js",
33
"description": "NativeScript Application",
4-
"license": "SEE LICENSE IN <your-license-filename>",
5-
"repository": "<fill-your-repository-here>",
4+
"license": "MIT",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/NativeScript/NativeScript.git"
8+
},
69
"scripts": {
710
"clean": "npx rimraf hooks node_modules platforms package-lock.json && npm i"
811
},

apps/toolbox/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"main": "main.js",
33
"description": "NativeScript Application",
4-
"license": "SEE LICENSE IN <your-license-filename>",
5-
"repository": "<fill-your-repository-here>",
4+
"license": "MIT",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/NativeScript/NativeScript.git"
8+
},
69
"dependencies": {
710
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core",
811
"@nativescript/core": "file:../../packages/core"

apps/ui/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"main": "main.js",
33
"description": "NativeScript Application",
4-
"license": "SEE LICENSE IN <your-license-filename>",
5-
"repository": "<fill-your-repository-here>",
4+
"license": "MIT",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/NativeScript/NativeScript.git"
8+
},
69
"dependencies": {
710
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core",
811
"@nativescript/core": "file:../../packages/core"

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
"start": "nps",
88
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
99
},
10-
"private": true,
10+
"private": true,
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/NativeScript/NativeScript.git"
14+
},
1115
"dependencies": {
1216
"nativescript-theme-core": "^1.0.4"
1317
},

0 commit comments

Comments
 (0)