DEV: pulls lodash-cli from git, package is not pushed to npm (#7882)

This commit is contained in:
Joffrey JAFFEUX 2019-07-11 18:27:58 +02:00 committed by GitHub
parent 550e811652
commit c584a4569b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 11 deletions

View File

@ -38,13 +38,13 @@
"chrome-launcher": "^0.10", "chrome-launcher": "^0.10",
"chrome-remote-interface": "^0.25", "chrome-remote-interface": "^0.25",
"eslint": "^4.19", "eslint": "^4.19",
"lodash-cli": "https://github.com/lodash-archive/lodash-cli.git",
"pretender": "^1.6", "pretender": "^1.6",
"prettier": "^1.18.2", "prettier": "^1.18.2",
"puppeteer": "1.16", "puppeteer": "1.16",
"qunit": "2.8.0", "qunit": "2.8.0",
"route-recognizer": "^0.3.3", "route-recognizer": "^0.3.3",
"sinon": "^7.2.5", "sinon": "^7.2.5"
"lodash-cli": "^4"
}, },
"scripts": { "scripts": {
"preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('NPM is not supported, please use Yarn instead. ')\"" "preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('NPM is not supported, please use Yarn instead. ')\""

View File

@ -1534,21 +1534,20 @@ linkify-it@^2.0.0:
dependencies: dependencies:
uc.micro "^1.0.1" uc.micro "^1.0.1"
lodash-cli@^4: "lodash-cli@https://github.com/lodash-archive/lodash-cli.git":
version "4.17.5" version "4.17.14"
resolved "https://registry.yarnpkg.com/lodash-cli/-/lodash-cli-4.17.5.tgz#1bab72c8c9980febf4fe7a1900b0971ce040dd0b" resolved "https://github.com/lodash-archive/lodash-cli.git#169d0651a93bb46edcd23b03f48026f3326dc0bc"
integrity sha512-eeQi+oVS76ofP791g4wEGs4B4nyc4fiHboUCc0BzM8qCkLAzqbroewOt98A8ISoY1HH2di00pENNErXf0MWxiw==
dependencies: dependencies:
closure-compiler "0.2.12" closure-compiler "0.2.12"
glob "7.1.1" glob "7.1.1"
lodash "4.17.5" lodash "4.17.13"
semver "5.3.0" semver "5.3.0"
uglify-js "2.7.5" uglify-js "2.7.5"
lodash@4.17.5: lodash@4.17.13:
version "4.17.5" version "4.17.13"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.13.tgz#0bdc3a6adc873d2f4e0c4bac285df91b64fc7b93"
integrity sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw== integrity sha512-vm3/XWXfWtRua0FkUyEHBZy8kCPjErNBT9fJx8Zvs+U6zjqPbTUOpkaoum3O5uiA8sm+yNMHXfYkTUHFoMxFNA==
lodash@^4.17.11, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0: lodash@^4.17.11, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0:
version "4.17.14" version "4.17.14"