new version

This commit is contained in:
Opportunity
2019-10-12 12:49:53 +08:00
Unverified
parent a3cd1fa047
commit 9043207118
+4 -1
View File
@@ -1,10 +1,13 @@
{ {
"name": "github-action-setup-xmake", "name": "github-action-setup-xmake",
"version": "1.0.0", "version": "1.0.1",
"description": "Set up your GitHub Actions workflow with a specific version of xmake", "description": "Set up your GitHub Actions workflow with a specific version of xmake",
"main": "dist/index.js", "main": "dist/index.js",
"author": "OpportunityLiu", "author": "OpportunityLiu",
"license": "GPLv3", "license": "GPLv3",
"scripts": {
"start": "tsc --watch"
},
"dependencies": { "dependencies": {
"@actions/core": "^1.1.3", "@actions/core": "^1.1.3",
"@actions/exec": "^1.0.1", "@actions/exec": "^1.0.1",