We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631fe8c commit e60fabeCopy full SHA for e60fabe
.gitignore
@@ -43,8 +43,10 @@ packages/**/*.d.ts
43
bin
44
build
45
Pods
46
-!packages/platforms
+!packages/*/platforms
47
/packages/**/*.aar
48
+/packages/**/*.framework
49
+/packages/**/*.xcframework
50
/demo-snippets/**/*.aar
51
*.xcuserdatad
52
/packages/README.md
demo-snippets/package.json
@@ -2,7 +2,7 @@
2
"name": "@nativescript-community/template-snippet",
3
"version": "0.0.1",
4
"dependencies": {
5
- "@nativescript-community/ui-carto": "file:../packages/ui-carto",
+ "@nativescript-community/ui-carto": "*",
6
"vue-property-decorator": "9.1.2"
7
}
8
0 commit comments