mirror of https://github.com/aminya/setup-cpp
chore: run format
This commit is contained in:
parent
7a3e19fee0
commit
f63cc85aba
|
@ -18,5 +18,5 @@ runs:
|
||||||
main: "dist/index.js"
|
main: "dist/index.js"
|
||||||
|
|
||||||
branding:
|
branding:
|
||||||
icon: 'award'
|
icon: "award"
|
||||||
color: 'blue'
|
color: "blue"
|
||||||
|
|
|
@ -57,6 +57,7 @@
|
||||||
"meson"
|
"meson"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@actions/core": "^1.5.0",
|
||||||
"parcel": "^2.0.0-rc.0"
|
"parcel": "^2.0.0-rc.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,6 +4,7 @@ importers:
|
||||||
|
|
||||||
.:
|
.:
|
||||||
specifiers:
|
specifiers:
|
||||||
|
'@actions/core': ^1.5.0
|
||||||
'@types/node': ^16.9.1
|
'@types/node': ^16.9.1
|
||||||
cross-env: 7.0.3
|
cross-env: 7.0.3
|
||||||
eslint-config-atomic: ^1.16.2
|
eslint-config-atomic: ^1.16.2
|
||||||
|
@ -13,6 +14,7 @@ importers:
|
||||||
terser-config-atomic: ^0.1.1
|
terser-config-atomic: ^0.1.1
|
||||||
typescript: ^4.4.3
|
typescript: ^4.4.3
|
||||||
dependencies:
|
dependencies:
|
||||||
|
'@actions/core': 1.5.0
|
||||||
parcel: 2.0.0-rc.0
|
parcel: 2.0.0-rc.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@types/node': 16.9.1
|
'@types/node': 16.9.1
|
||||||
|
@ -25,6 +27,10 @@ importers:
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
|
/@actions/core/1.5.0:
|
||||||
|
resolution: {integrity: sha512-eDOLH1Nq9zh+PJlYLqEMkS/jLQxhksPNmUGNBHfa4G+tQmnIhzpctxmchETtVGyBOvXgOVVpYuE40+eS4cUnwQ==}
|
||||||
|
dev: false
|
||||||
|
|
||||||
/@aminya/eslint-plugin-only-warn/1.2.2:
|
/@aminya/eslint-plugin-only-warn/1.2.2:
|
||||||
resolution: {integrity: sha512-0VdfoicL+dorb0WrbbhsFsH8xH+8X2Y6CrO/3br68kimkMNOJB/5DFGRraVDYHfCIQgMnlv5Q9GX1yI7V4GcgQ==}
|
resolution: {integrity: sha512-0VdfoicL+dorb0WrbbhsFsH8xH+8X2Y6CrO/3br68kimkMNOJB/5DFGRraVDYHfCIQgMnlv5Q9GX1yI7V4GcgQ==}
|
||||||
engines: {node: '>=6'}
|
engines: {node: '>=6'}
|
||||||
|
|
Loading…
Reference in New Issue