-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Andrew Udvare <[email protected]>
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AUX node-gyp-package.json 145 BLAKE2B d4e432a2f73cbe24ae73943431123d768d5a10a7c7169a036256f4ebff0df7b8774cadd9f3066c0c40ea2bbf3b757b09df5b6ec9d73f16ab242f882218745483 SHA512 79fc5c8154593017d2224979d947d1a9f548cd27c9ae6fccf85c4e74ed308c3cb13cbd2ae036bf52376e5cc80a14369a81d9d8b17b8496d311340df16a76c0a9 | ||
AUX node-gyp-package.json 145 BLAKE2B f28493ac5cbaa968b9e0e67f1e162951759d1e5e4223888b00bb509aa4848547fd732ba64e38a5eab5db88ea0921443044fc6bfbf04f0d2a8b283210b86697f2 SHA512 290dc8b0a37b9edbd50627085e72a15f769719d5250e5eff8dd367693a7a2546205b324fb3abb2724d412f100fc43ab0fad09c70425016664560d13f142aa489 | ||
AUX node-gyp-yarn.lock 30406 BLAKE2B 5a5b69fd5aab2cec1a52e96950f302d716e9858be3756928d3d855805e4d0a040576e50c8756eab3a734c862adb2d2babed5ddd9029f9cf7f21af7bb8e05f200 SHA512 d4e88d6e6d13d3c495a002a4f89856a0ee915e071c996c8a0cd7e9b10705ab874f09e7f4bd1cb62279a8222cdcad3cdafd94a862a3ba42ea2d21a37bc409bda8 | ||
DIST [email protected] 6089 BLAKE2B abf8043fabebc829ac69f8407cae6d353ae725ff244fa8a8be7a12581e7dbfea6edfa0889afa7ddd2c3d9a15cb18ffe9f4d9cae5bf40f617a207373f6e711deb SHA512 3bc8dc8da6d76a578e1bd0d0d3e0115d66414df9cfe16340ab3ba224aee5978e009b118abff2763384cf8f18d8df39c109fbc15c5cee726d6dc1dc85c9b16a10 | ||
DIST [email protected] 12383 BLAKE2B a54f95647f2f68ad8da0a8977759ee218e64e6fa64f0a5a3141c8b71f1bf50ad1239d439c0c2caa9d3bb4892f25a3f84c7e6b3e05ecb631515b79586817c6b18 SHA512 c209bd1219768e97aa3f7cf0ffb9a8de4447169e4c10386a01dc32d5f4c69070309e418e56c829bd084bf01e67d6a95bd358d5de7fdb23465f669e65580d64e3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"name": "node-gyp-yarn", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"dependencies": { | ||
"node-gyp": "^11.0.0" | ||
} | ||
}, | ||
"license": "MIT", | ||
"main": "index.js", | ||
"name": "node-gyp-yarn", | ||
"version": "1.0.0" | ||
} |