mirror of
https://github.com/docker/login-action.git
synced 2026-07-01 13:31:40 +00:00
Compare commits
8 Commits
d76f68242b
...
918a0ca878
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
918a0ca878 | ||
|
|
a91f9b84f0 | ||
|
|
4705740e75 | ||
|
|
b8db742e11 | ||
|
|
36287a2763 | ||
|
|
d39729083f | ||
|
|
36c0d2a427 | ||
|
|
92049ffdaa |
@ -13,7 +13,7 @@
|
||||
],
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": "latest",
|
||||
"ecmaVersion": "2023",
|
||||
"sourceType": "module"
|
||||
},
|
||||
"plugins": [
|
||||
|
||||
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
@ -1,8 +1,9 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"esModuleInterop": true,
|
||||
"target": "es6",
|
||||
"module": "commonjs",
|
||||
"target": "ES2022",
|
||||
"module": "nodenext",
|
||||
"moduleResolution": "nodenext",
|
||||
"strict": true,
|
||||
"newLine": "lf",
|
||||
"outDir": "./lib",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user