Skip to content

Commit e66578d

Browse files
committed
fix(analytics): missing postinstall - removing for now
1 parent 535ce98 commit e66578d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

packages/firebase-analytics/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/firebase-analytics",
3-
"version": "2.2.7",
3+
"version": "2.2.8",
44
"description": "NativeScript Firebase - Analytics",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -31,9 +31,5 @@
3131
"license": "Apache-2.0",
3232
"homepage": "https://github.com/NativeScript/firebase",
3333
"readmeFilename": "README.md",
34-
"bootstrapper": "@nativescript/plugin-seed",
35-
"scripts": {
36-
"preuninstall": "node preuninstall",
37-
"postinstall": "node postinstall"
38-
}
34+
"bootstrapper": "@nativescript/plugin-seed"
3935
}

0 commit comments

Comments
 (0)