summaryrefslogtreecommitdiff
path: root/.github/actions/msvc-dev-cmd/package.json
diff options
context:
space:
mode:
Diffstat (limited to '.github/actions/msvc-dev-cmd/package.json')
-rw-r--r--.github/actions/msvc-dev-cmd/package.json35
1 files changed, 0 insertions, 35 deletions
diff --git a/.github/actions/msvc-dev-cmd/package.json b/.github/actions/msvc-dev-cmd/package.json
deleted file mode 100644
index 2e107d4..0000000
--- a/.github/actions/msvc-dev-cmd/package.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "name": "msvc-dev-cmd",
- "version": "1.1.1",
- "description": "GitHub Action to setup Developer Command Prompt for Microsoft Visual C++",
- "main": "index.js",
- "scripts": {
- "lint": "eslint index.js"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ilammy/msvc-dev-cmd.git"
- },
- "keywords": [
- "GitHub",
- "Actions",
- "Developer Command Prompt",
- "Microsoft Visual Studio",
- "Microsoft Visual C++",
- "Visual Studio",
- "Visual C++",
- "vcvarsall.bat"
- ],
- "author": "ilammy <me@ilammy.net>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/ilammy/msvc-dev-cmd/issues"
- },
- "homepage": "https://github.com/ilammy/msvc-dev-cmd#readme",
- "dependencies": {
- "@actions/core": "^1.2"
- },
- "devDependencies": {
- "eslint": "^7"
- }
-}