File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 15
15
"setup" : " ts-patch install" ,
16
16
"tsc" : " cp src/index.d.ts plugin && tsc -skipLibCheck" ,
17
17
"build" : " cp README.md plugin && npm run tsc" ,
18
- "publish" : " npm run setup && npm run build && lerna publish" ,
18
+ "publish" : " npm run setup && npm run build && lerna publish --create-release=github " ,
19
19
"commitmsg" : " commitlint -e $GIT_PARAMS" ,
20
20
"demo.ios" : " npm i && npm run tsc && cd demo && tns run ios" ,
21
21
"demo.android" : " npm i && npm run tsc && cd demo && tns run android" ,
71
71
" @commitlint/config-conventional"
72
72
]
73
73
}
74
- }
74
+ }
Original file line number Diff line number Diff line change 5
5
"main" : " share-file" ,
6
6
"typings" : " index.d.ts" ,
7
7
"repository" : " nativescript-community/ui-share-file" ,
8
+ "sideEffects" : false ,
8
9
"nativescript" : {
9
10
"platforms" : {
10
11
"android" : " 3.0.0" ,
30
31
"homepage" : " https://github.com/nativescript-community/ui-share-file" ,
31
32
"readmeFilename" : " README.md" ,
32
33
"bootstrapper" : " nativescript-plugin-seed"
33
- }
34
+ }
You can’t perform that action at this time.
0 commit comments