mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: allows lodash to be updated with rake javascript:update (#7881)
This commit is contained in:
@@ -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. ')\""
|
||||
|
||||
Reference in New Issue
Block a user