Skip to content

Commit f858169

Browse files
committed
chore(release): @valor/[email protected]
1 parent 5894657 commit f858169

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

packages/nativescript-websockets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@valor/nativescript-websockets",
3-
"version": "1.0.5",
3+
"version": "2.0.0",
44
"description": "WebSockets polyfill for NativeScript",
55
"main": "index",
66
"typings": "index.d.ts",

tools/package-settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"url": "https://github.com/valor-software/nativescript-plugins/issues"
1313
},
1414
"license": "Apache-2.0",
15-
"homepage": "https://github.com/valor-software/nativescript-plugins"
15+
"homepage": "https://github.com/valor-software/nativescript-plugins",
16+
"name": "@valor"
1617
}

tools/workspace-scripts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ module.exports = {
138138
description: 'Focus on @valor/nativescript-in-app-review',
139139
},
140140
reset: {
141-
script: 'nx g @nativescript/plugin-tools:focus-packages',
141+
script: 'nx g @valor/plugin-tools:focus-packages',
142142
description: 'Reset Focus',
143143
},
144144
},

0 commit comments

Comments
 (0)