Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit d777e82

Browse files
committed
v6.3.0-alpha.1
1 parent b28d953 commit d777e82

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

src/package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nota/nativescript-webview-ext",
3-
"version": "6.3.0-alpha.0",
3+
"version": "6.3.0-alpha.1",
44
"description": "Extended WebView for NativeScript which adds 'x-local' scheme for local-files. events between WebView and native-layer, javascript execution, injecting CSS and JS-files.",
55
"main": "webview-ext",
66
"typings": "webview-ext.d.ts",
@@ -94,13 +94,13 @@
9494
"prettier": "^1.19.1",
9595
"promise-polyfill": "^8.1.3",
9696
"prompt": "^1.0.0",
97-
"rimraf": "^3.0.0",
97+
"rimraf": "^3.0.1",
9898
"rxjs": "^6.5.4",
9999
"terser": "^4.6.3",
100100
"tns-core-modules": "~6.3.2",
101101
"tns-platform-declarations": "~6.3.2",
102102
"ts-node": "^8.6.2",
103-
"tslint": "^5.20.1",
103+
"tslint": "^6.0.0",
104104
"typescript": "~3.5.3",
105105
"whatwg-fetch": "^3.0.0",
106106
"zone.js": "^0.9.1"

0 commit comments

Comments
 (0)