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,27 +1,33 @@
|
||||
{
|
||||
"_from": "use@^3.1.0",
|
||||
"_args": [
|
||||
[
|
||||
"use@3.1.1",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "use@3.1.1",
|
||||
"_id": "use@3.1.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==",
|
||||
"_location": "/use",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "use@^3.1.0",
|
||||
"raw": "use@3.1.1",
|
||||
"name": "use",
|
||||
"escapedName": "use",
|
||||
"rawSpec": "^3.1.0",
|
||||
"rawSpec": "3.1.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^3.1.0"
|
||||
"fetchSpec": "3.1.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/snapdragon"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
|
||||
"_shasum": "d50c8cac79a19fbc20f2911f56eb973f4e10070f",
|
||||
"_spec": "use@^3.1.0",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/snapdragon",
|
||||
"_spec": "3.1.1",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
@@ -29,7 +35,6 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/use/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Brian Woodward",
|
||||
@@ -47,7 +52,6 @@
|
||||
"url": "https://github.com/wtgtybhertgeghgtwtg"
|
||||
}
|
||||
],
|
||||
"deprecated": false,
|
||||
"description": "Easily add plugin support to your node.js application.",
|
||||
"devDependencies": {
|
||||
"base-plugins": "^1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user