Skip to content

Commit c186b87

Browse files
committed
chore: project
1 parent 0a43d4b commit c186b87

File tree

4 files changed

+4063
-3881
lines changed

4 files changed

+4063
-3881
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"homepage": "https://github.com/nativescript-community/ui-mapbox",
3333
"readmeFilename": "README.md",
3434
"dependencies": {
35-
"@nativescript-community/perms": "^2.2.0",
35+
"@nativescript-community/perms": "^2.3.0",
3636
"@nativescript-community/plugin-seed-tools": "file:tools"
3737
},
3838
"ntl": {

packages/ui-mapbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
},
5353
"readmeFilename": "README.md",
5454
"dependencies": {
55-
"@nativescript-community/perms": "^2.2.0"
55+
"@nativescript-community/perms": "^2.3.0"
5656
}
5757
}

packages/ui-mapbox/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"tns-core-modules/*": ["./node_modules/@nativescript/core/*"]
99
}
1010
},
11-
"include": ["../../src/ui-mapbox/**/*.ts", "../../references.d.ts", "../../src/references.d.ts"],
11+
"include": ["../../src/ui-mapbox/**/*.ts", "../../references.d.ts", "../../tools/references.d.ts", "../../src/references.d.ts"],
1212
"exclude": ["../../src/ui-mapbox/angular/**"]
1313
}

0 commit comments

Comments
 (0)