Skip to content

Commit

Permalink
fix(analytics): missing postinstall - removing for now
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Aug 6, 2022
1 parent 535ce98 commit e66578d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/firebase-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/firebase-analytics",
"version": "2.2.7",
"version": "2.2.8",
"description": "NativeScript Firebase - Analytics",
"main": "index",
"typings": "index.d.ts",
Expand Down Expand Up @@ -31,9 +31,5 @@
"license": "Apache-2.0",
"homepage": "https://github.com/NativeScript/firebase",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed",
"scripts": {
"preuninstall": "node preuninstall",
"postinstall": "node postinstall"
}
"bootstrapper": "@nativescript/plugin-seed"
}

0 comments on commit e66578d

Please sign in to comment.