We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f1afa commit b832864Copy full SHA for b832864
demo/app/main-page.ts
@@ -1,4 +1,4 @@
1
-import * as Https from 'nativescript-akylas-https';
+import * as Https from 'nativescript-https';
2
import * as Observable from 'tns-core-modules/data/observable';
3
import * as fs from 'tns-core-modules/file-system';
4
import * as dialogs from 'tns-core-modules/ui/dialogs';
demo/package.json
@@ -9,7 +9,7 @@
9
}
10
},
11
"dependencies": {
12
- "nativescript-akylas-https": "file:../src",
+ "nativescript-https": "file:../src",
13
"nativescript-theme-core": "^1.0.4",
14
"nativescript-unit-test-runner": "0.7.0",
15
"tns-core-modules": "~6.4.0"
0 commit comments