File tree 4 files changed +20
-7
lines changed
4 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"main" : " main.js" ,
3
3
"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
+ },
6
9
"scripts" : {
7
10
"clean" : " npx rimraf hooks node_modules platforms package-lock.json && npm i"
8
11
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"main" : " main.js" ,
3
3
"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
+ },
6
9
"dependencies" : {
7
10
"nativescript-theme-core" : " file:../../node_modules/nativescript-theme-core" ,
8
11
"@nativescript/core" : " file:../../packages/core"
Original file line number Diff line number Diff line change 1
1
{
2
2
"main" : " main.js" ,
3
3
"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
+ },
6
9
"dependencies" : {
7
10
"nativescript-theme-core" : " file:../../node_modules/nativescript-theme-core" ,
8
11
"@nativescript/core" : " file:../../packages/core"
Original file line number Diff line number Diff line change 7
7
"start" : " nps" ,
8
8
"changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s"
9
9
},
10
- "private" : true ,
10
+ "private" : true ,
11
+ "repository" : {
12
+ "type" : " git" ,
13
+ "url" : " https://github.com/NativeScript/NativeScript.git"
14
+ },
11
15
"dependencies" : {
12
16
"nativescript-theme-core" : " ^1.0.4"
13
17
},
You can’t perform that action at this time.
0 commit comments