mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-07-08 09:47:29 +00:00
Remove absolute paths
This commit is contained in:
+16
-18
@@ -1,32 +1,30 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"graceful-fs@4.2.2",
|
||||
"X:\\dev\\neard\\www\\github\\goreleaser\\goreleaser-action"
|
||||
]
|
||||
],
|
||||
"_from": "graceful-fs@4.2.2",
|
||||
"_id": "graceful-fs@4.2.2",
|
||||
"_from": "graceful-fs@4.2.3",
|
||||
"_id": "graceful-fs@4.2.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q==",
|
||||
"_integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==",
|
||||
"_location": "/graceful-fs",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "graceful-fs@4.2.2",
|
||||
"raw": "graceful-fs@4.2.3",
|
||||
"name": "graceful-fs",
|
||||
"escapedName": "graceful-fs",
|
||||
"rawSpec": "4.2.2",
|
||||
"rawSpec": "4.2.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.2.2"
|
||||
"fetchSpec": "4.2.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/decompress"
|
||||
"/@jest/core",
|
||||
"/@jest/transform",
|
||||
"/decompress",
|
||||
"/jest-haste-map",
|
||||
"/jest-runner",
|
||||
"/jest-runtime"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.2.tgz",
|
||||
"_spec": "4.2.2",
|
||||
"_where": "X:\\dev\\neard\\www\\github\\goreleaser\\goreleaser-action",
|
||||
"_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz",
|
||||
"_spec": "4.2.3",
|
||||
"bugs": {
|
||||
"url": "https://github.com/isaacs/node-graceful-fs/issues"
|
||||
},
|
||||
@@ -78,5 +76,5 @@
|
||||
"preversion": "npm test",
|
||||
"test": "node test.js | tap -"
|
||||
},
|
||||
"version": "4.2.2"
|
||||
}
|
||||
"version": "4.2.3"
|
||||
}
|
||||
Reference in New Issue
Block a user