Create bootstrap-fileinput@4.3.0.json
Create bootstrap-fileinput@4.3.0.json
This commit is contained in:
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"main": "js/fileinput",
|
||||||
|
"format": "global",
|
||||||
|
"dependencies": {
|
||||||
|
"jquery": "github:components/jquery",
|
||||||
|
"bootstrap": "github:twbs/bootstrap",
|
||||||
|
"css": "github:systemjs/plugin-css"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"js/fileinput.js",
|
||||||
|
"js/fileinput.min.js",
|
||||||
|
"css/fileinput.css",
|
||||||
|
"css/fileinput.min.css"
|
||||||
|
],
|
||||||
|
"registry": "jspm",
|
||||||
|
"shim": {
|
||||||
|
"js/fileinput": {
|
||||||
|
"deps": ["jquery", "bootstrap", "./css/fileinput.css!"],
|
||||||
|
"exports": "$"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user