diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 79e8c38..ed1b283 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -4,9 +4,9 @@ "version": "2.0.0", "tasks": [ { - "label": "npm publish", + "label": "npm install", "type": "shell", - "command": "npm publish", + "command": "npm install", "problemMatcher": [] } ] diff --git a/package.json b/package.json index 942c218..cad0645 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gt06", - "version": "1.0.5", + "version": "1.0.6", "description": "Parses and creates responses for GT06 GPS tracker messages", "main": "gt06.js", "scripts": {