File tree Expand file tree Collapse file tree 4 files changed +20
-7
lines changed
Expand file tree Collapse file tree 4 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments