diff --git a/apps/automated/package.json b/apps/automated/package.json index dd43297b8..dac032e77 100644 --- a/apps/automated/package.json +++ b/apps/automated/package.json @@ -1,8 +1,11 @@ { "main": "main.js", "description": "NativeScript Application", - "license": "SEE LICENSE IN ", - "repository": "", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/NativeScript.git" + }, "scripts": { "clean": "npx rimraf hooks node_modules platforms package-lock.json && npm i" }, diff --git a/apps/toolbox/package.json b/apps/toolbox/package.json index 6e9b5ae7e..16167ec77 100644 --- a/apps/toolbox/package.json +++ b/apps/toolbox/package.json @@ -1,8 +1,11 @@ { "main": "main.js", "description": "NativeScript Application", - "license": "SEE LICENSE IN ", - "repository": "", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/NativeScript.git" + }, "dependencies": { "nativescript-theme-core": "file:../../node_modules/nativescript-theme-core", "@nativescript/core": "file:../../packages/core" diff --git a/apps/ui/package.json b/apps/ui/package.json index a47721bdf..100413761 100644 --- a/apps/ui/package.json +++ b/apps/ui/package.json @@ -1,8 +1,11 @@ { "main": "main.js", "description": "NativeScript Application", - "license": "SEE LICENSE IN ", - "repository": "", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/NativeScript.git" + }, "dependencies": { "nativescript-theme-core": "file:../../node_modules/nativescript-theme-core", "@nativescript/core": "file:../../packages/core" diff --git a/package.json b/package.json index 8758ffa40..201033255 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,11 @@ "start": "nps", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" }, - "private": true, + "private": true, + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/NativeScript.git" + }, "dependencies": { "nativescript-theme-core": "^1.0.4" },