This commit is contained in:
Opportunity
2019-10-12 12:03:58 +08:00
Unverified
parent 64d491fabb
commit 0623fb320e
69 changed files with 14562 additions and 95 deletions
+4 -5
View File
@@ -2,17 +2,16 @@
"name": "github-action-setup-xmake",
"version": "1.0.0",
"description": "Set up your GitHub Actions workflow with a specific version of xmake",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "dist/index.js",
"author": "OpportunityLiu",
"license": "GPLv3",
"dependencies": {
"@actions/core": "^1.1.1",
"@actions/core": "^1.1.3",
"@actions/exec": "^1.0.1",
"@actions/io": "^1.0.1",
"@actions/tool-cache": "^1.1.2",
"@types/node": "^12.7.12",
"@types/semver": "^6.0.2",
"semver": "^6.3.0"
}
}