From f56f396954ac0c36e5dc4be8108ae09ccd628968 Mon Sep 17 00:00:00 2001 From: Ralf Handl Date: Mon, 19 Feb 2024 17:49:28 +0100 Subject: [PATCH] Tweak (#115) --- .vscode/tasks.json | 4 ++-- package-lock.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index cedc8d5..3247d03 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -6,7 +6,7 @@ { "label": "Check ABNF", "type": "shell", - "command": "./lib/check-abnf.ps1", + "command": "pwsh ./lib/check-abnf.ps1", "options": { "cwd": "." }, @@ -20,7 +20,7 @@ { "label": "Check ABNF & watch", "type": "shell", - "command": "./lib/check-abnf.ps1 -watch", + "command": "pwsh ./lib/check-abnf.ps1 -watch", "options": { "cwd": "." }, diff --git a/package-lock.json b/package-lock.json index 661cef2..4b81d12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "odata-abnf", "version": "0.0.0", - "license": "ISC", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "apg-js": "^4.2.0", "colors": "^1.4.0",