Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKat Marchán <kzm@zkat.tech>2018-08-15 23:17:19 +0300
committerKat Marchán <kzm@zkat.tech>2018-08-21 02:17:16 +0300
commite8d5f441821553a31fc8cd751670663699d2c8ce (patch)
tree19a3cd4542857b08c722fe1585c857286547bd0f /node_modules/libcipm/package.json
parentd20ac242aeb44aa3581c65c052802a02d5eb22f3 (diff)
libcipm@2.0.2
Fixes: https://npm.community/t/using-npm-ci-does-not-run-prepare-script-for-git-modules/632 Credit: @edahlseng
Diffstat (limited to 'node_modules/libcipm/package.json')
-rw-r--r--node_modules/libcipm/package.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/node_modules/libcipm/package.json b/node_modules/libcipm/package.json
index e5e65788a..a934f18df 100644
--- a/node_modules/libcipm/package.json
+++ b/node_modules/libcipm/package.json
@@ -1,27 +1,27 @@
{
- "_from": "libcipm@2.0.1",
- "_id": "libcipm@2.0.1",
+ "_from": "libcipm@2.0.2",
+ "_id": "libcipm@2.0.2",
"_inBundle": false,
- "_integrity": "sha512-Y1wsAPUwjTj0Upq9pwV07xBlaHwgqtoC3IIDj6ze93zCeJwYSpN0SUyK5g4wCwwXCVu5KyO1Dc/kb+5QEDakJw==",
+ "_integrity": "sha512-9uZ6/LAflVEijksTRq/RX0e+pGA4mr8tND9Cmk2JMg7j2fFUBrs8PpFX2DOAJR/XoxPzz+5h8bkWmtIYLunKAg==",
"_location": "/libcipm",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "libcipm@2.0.1",
+ "raw": "libcipm@2.0.2",
"name": "libcipm",
"escapedName": "libcipm",
- "rawSpec": "2.0.1",
+ "rawSpec": "2.0.2",
"saveSpec": null,
- "fetchSpec": "2.0.1"
+ "fetchSpec": "2.0.2"
},
"_requiredBy": [
"#USER",
"/"
],
- "_resolved": "https://registry.npmjs.org/libcipm/-/libcipm-2.0.1.tgz",
- "_shasum": "2f4ebf8562e0fc6e46f415373674e4cf3ac4b9ba",
- "_spec": "libcipm@2.0.1",
+ "_resolved": "https://registry.npmjs.org/libcipm/-/libcipm-2.0.2.tgz",
+ "_shasum": "4f38c2b37acf2ec156936cef1cbf74636568fc7b",
+ "_spec": "libcipm@2.0.2",
"_where": "/Users/zkat/Documents/code/work/npm",
"author": {
"name": "Kat Marchán",
@@ -95,5 +95,5 @@
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
},
- "version": "2.0.1"
+ "version": "2.0.2"
}