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

Merge pull request #4095 from chpill/patch-1

Add missing png in jspm files declaration on 3.5.2
This commit is contained in:
Kevin Brown 2016-01-19 12:32:49 -05:00
commit 170c88460a

View File

@ -8,7 +8,7 @@
"version": "3.5.4",
"jspm": {
"main": "select2",
"files": ["select2.js", "select2.png", "select2.css", "select2-spinner.gif"],
"files": ["select2.js", "select2.png", "select2x2.png", "select2.css", "select2-spinner.gif"],
"shim": {
"select2": {
"imports": ["jquery", "./select2.css!"],