Merge pull request #4095 from chpill/patch-1
Add missing png in jspm files declaration on 3.5.2
This commit is contained in:
commit
170c88460a
@ -8,7 +8,7 @@
|
|||||||
"version": "3.5.4",
|
"version": "3.5.4",
|
||||||
"jspm": {
|
"jspm": {
|
||||||
"main": "select2",
|
"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": {
|
"shim": {
|
||||||
"select2": {
|
"select2": {
|
||||||
"imports": ["jquery", "./select2.css!"],
|
"imports": ["jquery", "./select2.css!"],
|
||||||
|
Loading…
Reference in New Issue
Block a user