Merge pull request #838 from jansiegel/master

Add Handsontable to the registry and package-overrides.
This commit is contained in:
Guy Bedford
2016-03-29 11:19:48 +02:00
2 changed files with 15 additions and 0 deletions
@@ -0,0 +1,14 @@
{
"main": "dist/handsontable.full",
"dependencies": {
"css": "*"
},
"shim": {
"dist/handsontable.full": {
"exports": "Handsontable",
"deps": [
"handsontable/handsontable/dist/handsontable.full.css!"
]
}
}
}
+1
View File
@@ -262,6 +262,7 @@
"handlebars.js": "github:components/handlebars.js",
"handlebars-group-by": "npm:handlebars-group-by",
"handlebars-layouts": "npm:handlebars-layouts",
"handsontable": "github:handsontable/handsontable",
"happy": "github:henrikjoreteg/Happy.js",
"hbs": "github:davis/plugin-hbs",
"headroom.js": "github:WickyNilliams/headroom.js",