diff --git a/package.json b/package.json index cb6f360..7b7655e 100644 --- a/package.json +++ b/package.json @@ -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",