Skip to content

Commit

Permalink
Add style property to package.json (#5019)
Browse files Browse the repository at this point in the history
By adding a reference to the main dist CSS, gulp tools such as `sass-module-importer` can automatically import the stylesheet
  • Loading branch information
soundasleep authored and alexweissman committed Oct 26, 2017
1 parent 18929d6 commit 43ffaea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -34,6 +34,7 @@
],
"license": "MIT",
"main": "dist/js/select2.js",
"style": "dist/css/select2.css",
"files": [
"src",
"dist"
Expand Down

0 comments on commit 43ffaea

Please sign in to comment.