1
0
mirror of synced 2024-11-21 20:46:07 +03:00

Add style property to package.json (#5019)

By adding a reference to the main dist CSS, gulp tools such as `sass-module-importer` can automatically import the stylesheet
This commit is contained in:
Jevon Wright 2017-08-25 23:38:01 +12:00 committed by alexweissman
parent 18929d6e5a
commit 43ffaea244
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,9 @@
## 4.0.6
### New features/improvements
- Add style property to package.json (#5019)
### Bug fixes
- Add `;` before beginning of factory wrapper (#5089)
- Clear tooltip from `select2-selection__rendered` when selection is cleared (#4746)

View File

@ -34,6 +34,7 @@
],
"license": "MIT",
"main": "dist/js/select2.js",
"style": "dist/css/select2.css",
"files": [
"src",
"dist"