mirror of
https://github.com/r0adkll/sign-android-release
synced 2026-09-26 22:58:36 +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": "has-value@^1.0.0",
|
||||
"_args": [
|
||||
[
|
||||
"has-value@1.0.0",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "has-value@1.0.0",
|
||||
"_id": "has-value@1.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=",
|
||||
"_location": "/has-value",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "has-value@^1.0.0",
|
||||
"raw": "has-value@1.0.0",
|
||||
"name": "has-value",
|
||||
"escapedName": "has-value",
|
||||
"rawSpec": "^1.0.0",
|
||||
"rawSpec": "1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.0"
|
||||
"fetchSpec": "1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cache-base"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",
|
||||
"_shasum": "18b281da585b1c5c51def24c930ed29a0be6b177",
|
||||
"_spec": "has-value@^1.0.0",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/cache-base",
|
||||
"_spec": "1.0.0",
|
||||
"_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/has-value/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Jon Schlinkert",
|
||||
@@ -45,7 +50,6 @@
|
||||
"has-values": "^1.0.0",
|
||||
"isobject": "^3.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.",
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.12",
|
||||
|
||||
Reference in New Issue
Block a user