Browse Source

patched slim-select https://github.com/brianvoe/slim-select/compare/master...bachy:master

bach 3 years ago
parent
commit
eca3c55351
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package.json

+ 2 - 1
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",