mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
match postinstall eslint-config-discourse version to dependency
This commit is contained in:
parent
23714e77c4
commit
7fb6ab8dcd
@ -55,6 +55,6 @@
|
||||
},
|
||||
"scripts": {
|
||||
"preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('NPM is not supported, please use Yarn instead. ')\"",
|
||||
"postinstall": "install-peerdeps --dev eslint-config-discourse@1.0.6 -Y --extra-args \"--ignore-scripts\""
|
||||
"postinstall": "install-peerdeps --dev eslint-config-discourse@1.0.7 -Y --extra-args \"--ignore-scripts\""
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user