chore: add repository

This commit is contained in:
tarunama
2020-09-10 10:28:13 +09:00
committed by Nathan Walker
parent 08b3cafb54
commit fda4c48851
4 changed files with 20 additions and 7 deletions

View File

@ -1,8 +1,11 @@
{
"main": "main.js",
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"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"
},

View File

@ -1,8 +1,11 @@
{
"main": "main.js",
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"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"

View File

@ -1,8 +1,11 @@
{
"main": "main.js",
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"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"

View File

@ -8,6 +8,10 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/NativeScript.git"
},
"dependencies": {
"nativescript-theme-core": "^1.0.4"
},