mirror of
https://github.com/r0adkll/sign-android-release
synced 2026-09-27 15:18:37 +00:00
Cleaned and refreshed node modules with npm
Added a check for a debug flag so that we can checkout and run actions during release
This commit is contained in:
+14
-10
@@ -1,19 +1,26 @@
|
||||
{
|
||||
"_from": "jest-runtime@^26.6.3",
|
||||
"_args": [
|
||||
[
|
||||
"jest-runtime@26.6.3",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "jest-runtime@26.6.3",
|
||||
"_id": "jest-runtime@26.6.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw==",
|
||||
"_location": "/jest-runtime",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "jest-runtime@^26.6.3",
|
||||
"raw": "jest-runtime@26.6.3",
|
||||
"name": "jest-runtime",
|
||||
"escapedName": "jest-runtime",
|
||||
"rawSpec": "^26.6.3",
|
||||
"rawSpec": "26.6.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^26.6.3"
|
||||
"fetchSpec": "26.6.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@jest/core",
|
||||
@@ -23,16 +30,14 @@
|
||||
"/jest-runner"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-26.6.3.tgz",
|
||||
"_shasum": "4f64efbcfac398331b74b4b3c82d27d401b8fa2b",
|
||||
"_spec": "jest-runtime@^26.6.3",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/@jest/core",
|
||||
"_spec": "26.6.3",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"bin": {
|
||||
"jest-runtime": "bin/jest-runtime.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/facebook/jest/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@jest/console": "^26.6.2",
|
||||
"@jest/environment": "^26.6.2",
|
||||
@@ -62,7 +67,6 @@
|
||||
"strip-bom": "^4.0.0",
|
||||
"yargs": "^15.4.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"devDependencies": {
|
||||
"@jest/test-utils": "^26.6.2",
|
||||
"@types/exit": "^0.1.30",
|
||||
|
||||
Reference in New Issue
Block a user