DEV: allows lodash to be updated with rake javascript:update (#7881)

This commit is contained in:
Joffrey JAFFEUX
2019-07-11 16:57:03 +02:00
committed by GitHub
parent 9b0be303b4
commit 550e811652
3 changed files with 151 additions and 3 deletions

View File

@@ -43,7 +43,8 @@
"puppeteer": "1.16",
"qunit": "2.8.0",
"route-recognizer": "^0.3.3",
"sinon": "^7.2.5"
"sinon": "^7.2.5",
"lodash-cli": "^4"
},
"scripts": {
"preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('NPM is not supported, please use Yarn instead. ')\""