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

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Jul 18, 2020
1 parent 0708ab9 commit d165863
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ package-lock.json
*.js
!src/*-hooks.js
build/
*.tgz
*.log.*
src/**/*.d.ts
src/platforms/ios_lib/TNSMLKitCamera/TNSMLKitCamera.xcodeproj/project.xcworkspace
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/firebase",
"version": "11.0.0-rc.0",
"version": "11.0.0-rc.1",
"description": "Fire. Base. Firebase!",
"main": "firebase",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -2811,7 +2811,7 @@ var directories = {

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

var appRoot = "../../";
var appRoot = "../../../";
var pluginConfigFile = "firebase.nativescript.json";
var pluginConfigPath = path.join(appRoot, pluginConfigFile);
var config = {};
Expand Down

0 comments on commit d165863

Please sign in to comment.