removed slimselect node_module patche as not necessary anymore

This commit is contained in:
Bachir Soussi Chiadmi 2022-02-24 18:55:57 +01:00
parent d95893e148
commit 503812e524
3 changed files with 33 additions and 2530 deletions

View File

@ -9,8 +9,7 @@
"lint": "eslint --ext .js,.vue src", "lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix", "lint:fix": "eslint --ext .js,.vue src --fix",
"test": "jest --config test/jest.config.js", "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": [ "keywords": [
"Vue", "Vue",

File diff suppressed because one or more lines are too long