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": "exit@^0.1.2",
|
||||
"_args": [
|
||||
[
|
||||
"exit@0.1.2",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "exit@0.1.2",
|
||||
"_id": "exit@0.1.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=",
|
||||
"_location": "/exit",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "exit@^0.1.2",
|
||||
"raw": "exit@0.1.2",
|
||||
"name": "exit",
|
||||
"escapedName": "exit",
|
||||
"rawSpec": "^0.1.2",
|
||||
"rawSpec": "0.1.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.1.2"
|
||||
"fetchSpec": "0.1.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@jest/core",
|
||||
@@ -23,9 +30,8 @@
|
||||
"/jest/jest-cli"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
|
||||
"_shasum": "0632638f8d877cc82107d30a0fff1a17cba1cd0c",
|
||||
"_spec": "exit@^0.1.2",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/@jest/core",
|
||||
"_spec": "0.1.2",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"author": {
|
||||
"name": "\"Cowboy\" Ben Alman",
|
||||
"url": "http://benalman.com/"
|
||||
@@ -33,8 +39,6 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/cowboy/node-exit/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "A replacement for process.exit that ensures stdio are fully drained before exiting.",
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
|
||||
Reference in New Issue
Block a user