Skip to content

Commit

Permalink
Add package.json to components shim
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nknapp committed Nov 28, 2017
1 parent 69c6ca5 commit cda544b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions components/package.json
Original file line number Diff line number Diff line change
@@ -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
}
}
}

0 comments on commit cda544b

Please sign in to comment.