mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
chore: add repository
This commit is contained in:
@ -1,8 +1,11 @@
|
|||||||
{
|
{
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"description": "NativeScript Application",
|
"description": "NativeScript Application",
|
||||||
"license": "SEE LICENSE IN <your-license-filename>",
|
"license": "MIT",
|
||||||
"repository": "<fill-your-repository-here>",
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/NativeScript/NativeScript.git"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "npx rimraf hooks node_modules platforms package-lock.json && npm i"
|
"clean": "npx rimraf hooks node_modules platforms package-lock.json && npm i"
|
||||||
},
|
},
|
||||||
|
@ -1,8 +1,11 @@
|
|||||||
{
|
{
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"description": "NativeScript Application",
|
"description": "NativeScript Application",
|
||||||
"license": "SEE LICENSE IN <your-license-filename>",
|
"license": "MIT",
|
||||||
"repository": "<fill-your-repository-here>",
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/NativeScript/NativeScript.git"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core",
|
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core",
|
||||||
"@nativescript/core": "file:../../packages/core"
|
"@nativescript/core": "file:../../packages/core"
|
||||||
|
@ -1,8 +1,11 @@
|
|||||||
{
|
{
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"description": "NativeScript Application",
|
"description": "NativeScript Application",
|
||||||
"license": "SEE LICENSE IN <your-license-filename>",
|
"license": "MIT",
|
||||||
"repository": "<fill-your-repository-here>",
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/NativeScript/NativeScript.git"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core",
|
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core",
|
||||||
"@nativescript/core": "file:../../packages/core"
|
"@nativescript/core": "file:../../packages/core"
|
||||||
|
@ -8,6 +8,10 @@
|
|||||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/NativeScript/NativeScript.git"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"nativescript-theme-core": "^1.0.4"
|
"nativescript-theme-core": "^1.0.4"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user