Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit d165863

Browse files
committed
chore: cleanup
1 parent 0708ab9 commit d165863

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package-lock.json
55
*.js
66
!src/*-hooks.js
77
build/
8+
*.tgz
89
*.log.*
910
src/**/*.d.ts
1011
src/platforms/ios_lib/TNSMLKitCamera/TNSMLKitCamera.xcodeproj/project.xcworkspace

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/firebase",
3-
"version": "11.0.0-rc.0",
3+
"version": "11.0.0-rc.1",
44
"description": "Fire. Base. Firebase!",
55
"main": "firebase",
66
"typings": "index.d.ts",

src/scripts/postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2811,7 +2811,7 @@ var directories = {
28112811

28122812
console.log('NativeScript Firebase Plugin Installation');
28132813

2814-
var appRoot = "../../";
2814+
var appRoot = "../../../";
28152815
var pluginConfigFile = "firebase.nativescript.json";
28162816
var pluginConfigPath = path.join(appRoot, pluginConfigFile);
28172817
var config = {};

0 commit comments

Comments
 (0)