Skip to content

Commit b832864

Browse files
committed
test: wrong references to previous fork
1 parent 74f1afa commit b832864

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/app/main-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as Https from 'nativescript-akylas-https';
1+
import * as Https from 'nativescript-https';
22
import * as Observable from 'tns-core-modules/data/observable';
33
import * as fs from 'tns-core-modules/file-system';
44
import * as dialogs from 'tns-core-modules/ui/dialogs';

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-akylas-https": "file:../src",
12+
"nativescript-https": "file:../src",
1313
"nativescript-theme-core": "^1.0.4",
1414
"nativescript-unit-test-runner": "0.7.0",
1515
"tns-core-modules": "~6.4.0"

0 commit comments

Comments
 (0)