Skip to content

Commit 19415ae

Browse files
committed
fix: add plugin exception
1 parent b99067f commit 19415ae

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

lib/project.service.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ const exceptions = {
1313
'kinvey-nativescript-sdk': {
1414
command: 'npm i rxjs-compat'
1515
},
16+
'nativescript-plugin-gplaces': {
17+
file: 'google-places.config.json',
18+
content: `{
19+
"ios_key": "ios_key",
20+
"android_key": "android_key",
21+
"browser_key": "browser_key",
22+
"location": true,
23+
"images": true
24+
}`
25+
},
1626
'nativescript-plugin-google-places': {
1727
file: 'google-places.config.json',
1828
content: `{

0 commit comments

Comments
 (0)