diff options
author | liam4 <towerofnix@gmail.com> | 2017-07-18 17:39:52 -0300 |
---|---|---|
committer | liam4 <towerofnix@gmail.com> | 2017-07-18 17:39:52 -0300 |
commit | 79852531894c2dab32184bc98299b09bda16b96d (patch) | |
tree | 7411bf61ac99606bd7a3c639b39defe3df503a98 | |
parent | f85e99ccfeb5fbd4d5992e1622c25b33cffed287 (diff) |
Also add clone to package-lock.json
I need to figure out how this package-lock.json thing works, and then maybe consider using it instead of Yarn...
-rw-r--r-- | package-lock.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index a69448a..a799707 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,6 +23,11 @@ "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.1.tgz", "integrity": "sha1-KvNzOeq3E+9rcs3pjO+mcrh2Qf4=" }, + "clone": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.1.tgz", + "integrity": "sha1-0hfR6WERjjrJpLi7oyhVU79kfNs=" + }, "core-util-is": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", |