From eca3c553513b1796dabf6bc1b510493c0320c938 Mon Sep 17 00:00:00 2001 From: bach Date: Wed, 21 Apr 2021 21:38:48 +0200 Subject: [PATCH] patched slim-select https://github.com/brianvoe/slim-select/compare/master...bachy:master --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index cb6f3604..7b7655ea 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",