pkg-up dependency

This commit is contained in:
Michael Bradley, Jr 2018-08-12 17:09:52 -05:00 committed by Iuri Matias
parent f28c86666d
commit 2a00fd824f
2 changed files with 9 additions and 0 deletions

8
package-lock.json generated
View File

@ -8977,6 +8977,14 @@
"find-up": "^2.1.0" "find-up": "^2.1.0"
} }
}, },
"pkg-up": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-2.0.0.tgz",
"integrity": "sha1-yBmscoBZpGHKscOImivjxJoATX8=",
"requires": {
"find-up": "^2.1.0"
}
},
"pluralize": { "pluralize": {
"version": "7.0.0", "version": "7.0.0",
"resolved": "https://registry.npmjs.org/pluralize/-/pluralize-7.0.0.tgz", "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-7.0.0.tgz",

View File

@ -67,6 +67,7 @@
"ora": "^2.1.0", "ora": "^2.1.0",
"os-locale": "^2.1.0", "os-locale": "^2.1.0",
"parse-json": "^4.0.0", "parse-json": "^4.0.0",
"pkg-up": "^2.0.0",
"promptly": "^2.1.0", "promptly": "^2.1.0",
"propose": "0.0.5", "propose": "0.0.5",
"request": "^2.85.0", "request": "^2.85.0",