Created
September 11, 2017 19:22
-
-
Save ALRubinger/4649b274b58d9b129d43daf826d56c57 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git diff | |
diff --git a/package-lock.json b/package-lock.json | |
index 487f454..a76976e 100644 | |
--- a/package-lock.json | |
+++ b/package-lock.json | |
@@ -1,5 +1,5 @@ | |
{ | |
- "name": "nodejs-health-check", | |
+ "name": "booster-health-check-nodejs", | |
"version": "1.0.0", | |
"lockfileVersion": 1, | |
"requires": true, | |
diff --git a/package.json b/package.json | |
index 5027543..0fbf278 100644 | |
--- a/package.json | |
+++ b/package.json | |
@@ -1,59 +1,58 @@ | |
- | |
{ | |
- "name":"booster-health-check-nodejs", | |
- "version":"1.0.0", | |
- "author":"Red Hat, Inc.", | |
- "license":"Apache-2.0", | |
- "scripts":{ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment