Merge pull request #838 from jansiegel/master
Add Handsontable to the registry and package-overrides.
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"main": "dist/handsontable.full",
|
||||||
|
"dependencies": {
|
||||||
|
"css": "*"
|
||||||
|
},
|
||||||
|
"shim": {
|
||||||
|
"dist/handsontable.full": {
|
||||||
|
"exports": "Handsontable",
|
||||||
|
"deps": [
|
||||||
|
"handsontable/handsontable/dist/handsontable.full.css!"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -262,6 +262,7 @@
|
|||||||
"handlebars.js": "github:components/handlebars.js",
|
"handlebars.js": "github:components/handlebars.js",
|
||||||
"handlebars-group-by": "npm:handlebars-group-by",
|
"handlebars-group-by": "npm:handlebars-group-by",
|
||||||
"handlebars-layouts": "npm:handlebars-layouts",
|
"handlebars-layouts": "npm:handlebars-layouts",
|
||||||
|
"handsontable": "github:handsontable/handsontable",
|
||||||
"happy": "github:henrikjoreteg/Happy.js",
|
"happy": "github:henrikjoreteg/Happy.js",
|
||||||
"hbs": "github:davis/plugin-hbs",
|
"hbs": "github:davis/plugin-hbs",
|
||||||
"headroom.js": "github:WickyNilliams/headroom.js",
|
"headroom.js": "github:WickyNilliams/headroom.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user