Skip to content

Commit 29c180c

Browse files
committed
NS8 release
1 parent 69377fa commit 29c180c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@klippa/nativescript-http",
3-
"version": "2.0.3",
3+
"version": "3.0.0",
44
"description": "The best way to do HTTP requests in NativeScript, a drop-in replacement for the core HTTP with important improvements and additions like proper connection pooling, form data support and certificate pinning",
55
"main": "http",
66
"typings": "index.d.ts",

src/webpack/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class NativeScriptHTTPPlugin {
7070
}
7171
}
7272
}
73-
return result;
73+
return;
7474
});
7575
}
7676
);

0 commit comments

Comments
 (0)