fix: make nsv template compiler optional

This commit is contained in:
Igor Randjelovic
2021-03-29 13:57:55 +02:00
parent c922e77129
commit 44c8ef9993

View File

@@ -69,5 +69,10 @@
},
"peerDependencies": {
"nativescript-vue-template-compiler": "^2.8.1"
},
"peerDependenciesMeta": {
"nativescript-vue-template-compiler": {
"optional": true
}
}
}