From 7c607d274937b32656566f5b8a70015ff55885d3 Mon Sep 17 00:00:00 2001 From: bach Date: Fri, 25 Feb 2022 17:13:40 +0100 Subject: [PATCH] reactivate slimselect patche --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d38eb38..6bf8a36 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",