Skip to content

Commit 17bca36

Browse files
committed
chore: cleanup
1 parent 6405123 commit 17bca36

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

Diff for: demo-vue/package.json

-4
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,5 @@
3030
"tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**'",
3131
"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",
3232
"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"
3733
}
3834
}

Diff for: package.json

-3
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,5 @@
7575
"extends": [
7676
"@commitlint/config-conventional"
7777
]
78-
},
79-
"resolutions": {
80-
"@nativescript-community/text": "portal:/Volumes/dev/nativescript/nativescript-text/packages/text"
8178
}
8279
}

0 commit comments

Comments
 (0)