update packages to fix add-path

This commit is contained in:
ruki
2020-11-17 22:31:36 +08:00
Unverified
parent f2a225534c
commit 4fc6b5b47d
19 changed files with 101 additions and 35 deletions
+5 -4
View File
@@ -1,13 +1,13 @@
{
"name": "@actions/core",
"version": "1.2.4",
"version": "1.2.6",
"description": "Actions core lib",
"keywords": [
"github",
"actions",
"core"
],
"homepage": "https://github.com/actions/toolkit/tree/master/packages/core",
"homepage": "https://github.com/actions/toolkit/tree/main/packages/core",
"license": "MIT",
"main": "lib/core.js",
"types": "lib/core.d.ts",
@@ -16,7 +16,8 @@
"test": "__tests__"
},
"files": [
"lib"
"lib",
"!.DS_Store"
],
"publishConfig": {
"access": "public"
@@ -27,7 +28,7 @@
"directory": "packages/core"
},
"scripts": {
"audit-moderate": "npm install && npm audit --audit-level=moderate",
"audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},