Created
May 26, 2017 04:53
-
-
Save tamzinblake/65ac6f2c30e7289b520149519f1c2b49 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 cbbd56d..eacabd3 100644 | |
--- a/package-lock.json | |
+++ b/package-lock.json | |
@@ -4340,7 +4340,9 @@ | |
"integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg=" | |
}, | |
"concat-map": { | |
- "version": "0.0.1" | |
+ "version": "0.0.1", | |
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", | |
+ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" | |
} | |
} | |
} | |
@@ -4619,7 +4621,9 @@ | |
"integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" | |
}, | |
"isarray": { | |
- "version": "1.0.0" | |
+ "version": "1.0.0", | |
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", | |
+ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" | |
}, | |
"process-nextick-args": { | |
"version": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", | |
@@ -4875,7 +4879,9 @@ | |
"integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg=" | |
}, | |
"concat-map": { | |
- "version": "0.0.1" | |
+ "version": "0.0.1", | |
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", | |
+ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" | |
} | |
} | |
} | |
@@ -5320,7 +5326,9 @@ | |
"integrity": "sha1-IguEI5EZrpBFqJLbgag/TOFvgP0=" | |
}, | |
"spdx-license-ids": { | |
- "version": "1.2.0" | |
+ "version": "1.2.0", | |
+ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.0.tgz", | |
+ "integrity": "sha1-tUndD2Pct0Whfi6joHQC4OMy0eI=" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment