Skip to content

Commit 608f02f

Browse files
committed
πŸ› Remove ts-check
1 parent 1c2ff26 commit 608f02f

File tree

5 files changed

+259
-137
lines changed

5 files changed

+259
-137
lines changed

β€Žpackage.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purescript-firebase",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"main": "index.js",
55
"repository": "https://github.com/codingedgar/purescript-firebase.git",
66
"author": "codingedgar <[email protected]>",
@@ -11,6 +11,6 @@
1111
"devDependencies": {
1212
"purescript": "0.15.4",
1313
"purs-tidy": "0.9.1",
14-
"spago": "0.20.9"
14+
"spago": "0.21.0"
1515
}
1616
}

β€Žsrc/Firebase/App.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @ts-check
21
import { initializeApp, getApp } from "firebase/app";
32

43
export function initializeAppImp(config) {

β€Žsrc/Firebase/Auth.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @ts-check
21
import {
32
getAuth,
43
onAuthStateChanged,

β€Žsrc/Firebase/Firestore.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @ts-check
21
import {
32
collection,
43
query,

0 commit comments

Comments
Β (0)