1
0
mirror of synced 2024-11-22 04:56:08 +03:00

Add missing png in jspm files declaration

This commit is contained in:
chpill 2016-01-18 17:48:22 +01:00
parent cb5a30d32c
commit a5b870d180

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!"],