File tree 2 files changed +0
-7
lines changed
2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 30
30
"tslint" : " npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**'" ,
31
31
"run.android.production" : " devns run android --release --clean --key-store-path ./certs/upload.keystore --key-store-password nativescript --key-store-alias nativescript --key-store-alias-password nativescript" ,
32
32
"run.android.timeline" : " devns run android --config=nativescript.config.timeline.js --release --clean --key-store-path ./certs/upload.keystore --key-store-password nativescript --key-store-alias nativescript --key-store-alias-password nativescript --env.timeline"
33
- },
34
- "resolutions" : {
35
- "@nativescript-community/text" : " portal:/Volumes/dev/nativescript/nativescript-text/packages/text" ,
36
- "@akylas/nativescript" : " portal:/Volumes/data/dev/nativescript/NativeScript/dist/packages/core"
37
33
}
38
34
}
Original file line number Diff line number Diff line change 75
75
"extends" : [
76
76
" @commitlint/config-conventional"
77
77
]
78
- },
79
- "resolutions" : {
80
- "@nativescript-community/text" : " portal:/Volumes/dev/nativescript/nativescript-text/packages/text"
81
78
}
82
79
}
You can’t perform that action at this time.
0 commit comments