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

Commit 337cc5e

Browse files
travis
1 parent c1f667d commit 337cc5e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
},
1111
"dependencies": {
12-
"nativescript-plugin-firebase": "file:///Users/eddyverbruggen/sandboxes/nativescript-plugin-firebase/src",
12+
"nativescript-plugin-firebase": "../src",
1313
"nativescript-theme-core": "^1.0.4",
1414
"nativescript-unit-test-runner": "^0.3.4",
1515
"tns-core-modules": "^3.2.0"

src/firebase.nativescript.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"dummy": "added for travis ci"
3+
}

0 commit comments

Comments
 (0)