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,5 +1,12 @@
|
||||
{
|
||||
"_from": "base@^0.11.1",
|
||||
"_args": [
|
||||
[
|
||||
"base@0.11.2",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "base@0.11.2",
|
||||
"_id": "base@0.11.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
|
||||
@@ -8,22 +15,21 @@
|
||||
"kind-of": "6.0.3"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "base@^0.11.1",
|
||||
"raw": "base@0.11.2",
|
||||
"name": "base",
|
||||
"escapedName": "base",
|
||||
"rawSpec": "^0.11.1",
|
||||
"rawSpec": "0.11.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.11.1"
|
||||
"fetchSpec": "0.11.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/snapdragon"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
|
||||
"_shasum": "7bde5ced145b6d551a90db87f83c558b4eb48a8f",
|
||||
"_spec": "base@^0.11.1",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/snapdragon",
|
||||
"_spec": "0.11.2",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
@@ -31,7 +37,6 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/node-base/base/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Brian Woodward",
|
||||
@@ -62,7 +67,6 @@
|
||||
"mixin-deep": "^1.2.0",
|
||||
"pascalcase": "^0.1.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.",
|
||||
"devDependencies": {
|
||||
"gulp": "^3.9.1",
|
||||
|
||||
Reference in New Issue
Block a user