Add package.json to components shim
This is an attempt to provide a valid package.json-file to the shim repository for bower, in order to support `bower-away` see components/handlebars.js#24
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"version": "4.0.11",
|
||||
"license": "MIT",
|
||||
"jspm": {
|
||||
"main": "handlebars",
|
||||
"shim": {
|
||||
"handlebars": {
|
||||
"exports": "Handlebars"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"handlebars.js",
|
||||
"handlebars.runtime.js"
|
||||
],
|
||||
"buildConfig": {
|
||||
"minify": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user