DEV: Use specific version of eslint-config-discourse when installing peer dependencies

This commit is contained in:
Penar Musaraj 2019-11-20 16:24:42 -05:00
parent 457986d52a
commit 0b284d3d8b
1 changed files with 1 additions and 1 deletions

View File

@ -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 -Y --extra-args \"--ignore-scripts\""
"postinstall": "install-peerdeps --dev eslint-config-discourse@1.0.6 -Y --extra-args \"--ignore-scripts\""
}
}