Fix globbing, update metadata, update ncc (#4)

* Enable minimatch dot option
It's not a default globbing behavior, however for our use-case is much more convenient to match those files.

* Update README and package.json
This commit is contained in:
Michal Dorner 2020-05-21 13:46:48 +02:00 committed by GitHub
parent f9b6173f5e
commit 29d498d99d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 157 additions and 129 deletions

View file

@ -1,8 +1,8 @@
{
"name": "typescript-action",
"version": "0.0.0",
"name": "pr-changed-files-filter",
"version": "1.0.0",
"private": true,
"description": "TypeScript template action",
"description": "Enables conditional execution of workflow job steps considering which files are modified by a pull request.",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
@ -36,7 +36,7 @@
"@types/minimatch": "^3.0.3",
"@types/node": "^12.7.12",
"@typescript-eslint/parser": "^2.8.0",
"@zeit/ncc": "^0.20.5",
"@zeit/ncc": "^0.22.2",
"eslint": "^5.16.0",
"eslint-plugin-github": "^2.0.0",
"eslint-plugin-jest": "^22.21.0",
@ -49,5 +49,5 @@
},
"jest": {
"testEnvironment": "node"
}
}
}