From 9043207118875054cf642e9b956a56fcc07008ad Mon Sep 17 00:00:00 2001 From: Opportunity Date: Sat, 12 Oct 2019 12:49:53 +0800 Subject: [PATCH] new version --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b740ad..14ffef3 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,13 @@ { "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", "main": "dist/index.js", "author": "OpportunityLiu", "license": "GPLv3", + "scripts": { + "start": "tsc --watch" + }, "dependencies": { "@actions/core": "^1.1.3", "@actions/exec": "^1.0.1",