Updating node_modules

This commit is contained in:
Chris Raynor 2020-10-03 12:55:40 +01:00
parent 4290eabf33
commit f49e963057
No known key found for this signature in database
GPG key ID: 579A1FBC36FDA261
15 changed files with 192 additions and 51 deletions

View file

@ -1,21 +1,23 @@
{
"name": "@actions/core",
"version": "1.2.0",
"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",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
"lib",
"!.DS_Store"
],
"publishConfig": {
"access": "public"
@ -26,6 +28,7 @@
"directory": "packages/core"
},
"scripts": {
"audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},