mirror of
https://github.com/r0adkll/sign-android-release
synced 2026-09-25 22:28: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": "pretty-format@^26.0.0",
|
||||
"_args": [
|
||||
[
|
||||
"pretty-format@26.6.2",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "pretty-format@26.6.2",
|
||||
"_id": "pretty-format@26.6.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==",
|
||||
"_location": "/pretty-format",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "pretty-format@^26.0.0",
|
||||
"raw": "pretty-format@26.6.2",
|
||||
"name": "pretty-format",
|
||||
"escapedName": "pretty-format",
|
||||
"rawSpec": "^26.0.0",
|
||||
"rawSpec": "26.6.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^26.0.0"
|
||||
"fetchSpec": "26.6.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@types/jest",
|
||||
@@ -29,9 +36,8 @@
|
||||
"/jest-validate"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",
|
||||
"_shasum": "e35c2705f14cb7fe2fe94fa078345b444120fc93",
|
||||
"_spec": "pretty-format@^26.0.0",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/@types/jest",
|
||||
"_spec": "26.6.2",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"author": {
|
||||
"name": "James Kyle",
|
||||
"email": "me@thejameskyle.com"
|
||||
@@ -39,14 +45,12 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/facebook/jest/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@jest/types": "^26.6.2",
|
||||
"ansi-regex": "^5.0.0",
|
||||
"ansi-styles": "^4.0.0",
|
||||
"react-is": "^17.0.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Stringify any JavaScript value.",
|
||||
"devDependencies": {
|
||||
"@types/react": "*",
|
||||
|
||||
Reference in New Issue
Block a user