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": "expect@^26.6.2",
|
||||
"_args": [
|
||||
[
|
||||
"expect@26.6.2",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "expect@26.6.2",
|
||||
"_id": "expect@26.6.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==",
|
||||
"_location": "/expect",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "expect@^26.6.2",
|
||||
"raw": "expect@26.6.2",
|
||||
"name": "expect",
|
||||
"escapedName": "expect",
|
||||
"rawSpec": "^26.6.2",
|
||||
"rawSpec": "26.6.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^26.6.2"
|
||||
"fetchSpec": "26.6.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@jest/globals",
|
||||
@@ -22,13 +29,11 @@
|
||||
"/jest-snapshot"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/expect/-/expect-26.6.2.tgz",
|
||||
"_shasum": "c6b996bf26bf3fe18b67b2d0f51fc981ba934417",
|
||||
"_spec": "expect@^26.6.2",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/@jest/globals",
|
||||
"_spec": "26.6.2",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"bugs": {
|
||||
"url": "https://github.com/facebook/jest/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@jest/types": "^26.6.2",
|
||||
"ansi-styles": "^4.0.0",
|
||||
@@ -37,7 +42,6 @@
|
||||
"jest-message-util": "^26.6.2",
|
||||
"jest-regex-util": "^26.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "This package exports the `expect` function used in [Jest](https://jestjs.io/). You can find its documentation [on Jest's website](https://jestjs.io/docs/en/expect.html).",
|
||||
"devDependencies": {
|
||||
"@jest/test-utils": "^26.6.2",
|
||||
|
||||
Reference in New Issue
Block a user