reactivate slimselect patche

This commit is contained in:
Bachir Soussi Chiadmi 2022-02-25 17:13:40 +01:00
parent f3c398a4a7
commit 7c607d2749
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"test": "jest --config test/jest.config.js",
"test:debug": "node --inspect node_modules/.bin/jest --runInBand --config test/jest.config.js"
"test:debug": "node --inspect node_modules/.bin/jest --runInBand --config test/jest.config.js",
"postinstall": "patch --forward node_modules/slim-select/package.json < patches/slimselect-export-css.patch"
},
"keywords": [
"Vue",