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,28 +1,34 @@
|
||||
{
|
||||
"_from": "exec-sh@^0.3.2",
|
||||
"_args": [
|
||||
[
|
||||
"exec-sh@0.3.4",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "exec-sh@0.3.4",
|
||||
"_id": "exec-sh@0.3.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-sEFIkc61v75sWeOe72qyrqg2Qg0OuLESziUDk/O/z2qgS15y2gWVFrI6f2Qn/qw/0/NCfCEsmNA4zOjkwEZT1A==",
|
||||
"_location": "/exec-sh",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "exec-sh@^0.3.2",
|
||||
"raw": "exec-sh@0.3.4",
|
||||
"name": "exec-sh",
|
||||
"escapedName": "exec-sh",
|
||||
"rawSpec": "^0.3.2",
|
||||
"rawSpec": "0.3.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.3.2"
|
||||
"fetchSpec": "0.3.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@cnakazawa/watch",
|
||||
"/sane"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.4.tgz",
|
||||
"_shasum": "3a018ceb526cc6f6df2bb504b2bfe8e3a4934ec5",
|
||||
"_spec": "exec-sh@^0.3.2",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/sane",
|
||||
"_spec": "0.3.4",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"author": {
|
||||
"name": "Aleksandr Tsertkov",
|
||||
"email": "tsertkov@gmail.com"
|
||||
@@ -30,9 +36,7 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/tsertkov/exec-sh/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "Execute shell command forwarding all stdio.",
|
||||
"devDependencies": {
|
||||
"coveralls": "^3.0.7",
|
||||
|
||||
Reference in New Issue
Block a user