Remove absolute paths

This commit is contained in:
CrazyMax
2020-04-08 00:33:20 +02:00
parent ff47e64685
commit fce5f2e313
342 changed files with 6646 additions and 7223 deletions
+10 -17
View File
@@ -1,33 +1,26 @@
{
"_args": [
[
"@actions/http-client@1.0.3",
"X:\\dev\\neard\\www\\github\\goreleaser\\goreleaser-action"
]
],
"_from": "@actions/http-client@1.0.3",
"_id": "@actions/http-client@1.0.3",
"_from": "@actions/http-client@1.0.6",
"_id": "@actions/http-client@1.0.6",
"_inBundle": false,
"_integrity": "sha512-wFwh1U4adB/Zsk4cc9kVqaBOHoknhp/pJQk+aWTocbAZWpIl4Zx/At83WFRLXvxB+5HVTWOACM6qjULMZfQSfw==",
"_integrity": "sha512-LGmio4w98UyGX33b/W6V6Nx/sQHRXZ859YlMkn36wPsXPB82u8xTVlA/Dq2DXrm6lEq9RVmisRJa1c+HETAIJA==",
"_location": "/@actions/http-client",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@actions/http-client@1.0.3",
"raw": "@actions/http-client@1.0.6",
"name": "@actions/http-client",
"escapedName": "@actions%2fhttp-client",
"scope": "@actions",
"rawSpec": "1.0.3",
"rawSpec": "1.0.6",
"saveSpec": null,
"fetchSpec": "1.0.3"
"fetchSpec": "1.0.6"
},
"_requiredBy": [
"/@actions/tool-cache"
],
"_resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.3.tgz",
"_spec": "1.0.3",
"_where": "X:\\dev\\neard\\www\\github\\goreleaser\\goreleaser-action",
"_resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.6.tgz",
"_spec": "1.0.6",
"author": {
"name": "GitHub, Inc."
},
@@ -62,5 +55,5 @@
"build": "rm -Rf ./_out && tsc && cp package*.json ./_out && cp *.md ./_out && cp LICENSE ./_out && cp actions.png ./_out",
"test": "jest"
},
"version": "1.0.3"
}
"version": "1.0.6"
}