Skip to content

Commit a28b7e6

Browse files
committed
chore(release): 1.5.0
1 parent 7cad9f0 commit a28b7e6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const devtools = require('@vue/devtools');
2-
const {isAndroid} = require('tns-core-modules/platform')
2+
const {isAndroid} = require('@nativescript/core')
33

44
if (!global.performance) {
55
global.performance = {};

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-vue-devtools",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "A NativeScript-Vue plugin for connecting to the standalone vue-devtools",
55
"main": "index.js",
66
"nativescript": {
@@ -36,7 +36,7 @@
3636
"peerDependencies": {
3737
"nativescript-toasty": "*",
3838
"nativescript-socketio": "*",
39-
"tns-core-modules": "*",
39+
"@nativescript/core": "*",
4040
"@vue/devtools": "*",
4141
"vue": "*"
4242
}

0 commit comments

Comments
 (0)