Skip to content

Commit 12d0de3

Browse files
committed
test: demo app update
1 parent 8b5d82b commit 12d0de3

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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-https';
1+
import * as Https from 'nativescript-akylas-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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"version": "6.4.1"
66
},
77
"tns-ios": {
8-
"version": "6.4.0"
8+
"version": "7.0.0-beta.3-v8-2020-03-21-010353-01"
99
}
1010
},
1111
"dependencies": {
12-
"nativescript-https": "file:../src",
12+
"nativescript-akylas-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"

demo/webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ module.exports = env => {
258258
{ from: { glob: "fonts/**" } },
259259
{ from: { glob: "**/*.jpg" } },
260260
{ from: { glob: "**/*.png" } },
261-
{ from: { glob: "assets/*.cer" } },
262261
], { ignore: [`${relative(appPath, appResourcesFullPath)}/**`] }),
263262
new nsWebpack.GenerateNativeScriptEntryPointsPlugin("bundle"),
264263
// For instructions on how to set up workers with webpack

0 commit comments

Comments
 (0)