diff --git a/package-lock.json b/package-lock.json index 27f9be3..ce8de0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@types/fs-extra": "^11.0.4", "@types/mocha": "^10.0.10", "@types/node": "20.x", - "@types/vscode": "^1.75.0", + "@types/vscode": "^1.60.0", "@typescript-eslint/eslint-plugin": "^8.17.0", "@typescript-eslint/parser": "^8.17.0", "@vscode/test-cli": "^0.0.10", @@ -30,7 +30,7 @@ "typescript": "^5.7.2" }, "engines": { - "vscode": "^1.75.0" + "vscode": "^1.60.0" } }, "node_modules/@bcoe/v8-coverage": { diff --git a/package.json b/package.json index f9aae72..ee004c8 100644 --- a/package.json +++ b/package.json @@ -26,9 +26,9 @@ "reset-layouts", "parameter-matcher" ], - "version": "1.0.0", + "version": "1.0.1", "engines": { - "vscode": "^1.96.0" + "vscode": "^1.60.0" }, "categories": [ "Programming Languages", @@ -156,15 +156,15 @@ } }, "scripts": { - "vscode:prepublish": "pnpm run package", - "compile": "pnpm run check-types && pnpm run lint && node esbuild.js", + "vscode:prepublish": "npm run package", + "compile": "npm run check-types && npm run lint && node esbuild.js", "watch": "npm-run-all -p watch:*", "watch:esbuild": "node esbuild.js --watch", "watch:tsc": "tsc --noEmit --watch --project tsconfig.json", - "package": "pnpm run check-types && pnpm run lint && node esbuild.js --production", + "package": "npm run check-types && npm run lint && node esbuild.js --production", "compile-tests": "tsc -p . --outDir out", "watch-tests": "tsc -p . -w --outDir out", - "pretest": "pnpm run compile-tests && pnpm run compile && pnpm run lint && pnpm run create-test-fixtures", + "pretest": "npm run compile-tests && npm run compile && npm run lint && npm run create-test-fixtures", "check-types": "tsc --noEmit", "lint": "eslint src", "test": "node ./out/test/runTest.js", @@ -174,7 +174,7 @@ "@types/fs-extra": "^11.0.4", "@types/mocha": "^10.0.10", "@types/node": "20.x", - "@types/vscode": "^1.96.0", + "@types/vscode": "^1.60.0", "@typescript-eslint/eslint-plugin": "^8.17.0", "@typescript-eslint/parser": "^8.17.0", "@vscode/test-cli": "^0.0.10", @@ -191,4 +191,4 @@ "glob": "^11.0.0", "path": "^0.12.7" } -} \ No newline at end of file +}