Fix hooks file to be TypeScript source

In order for other TypeScript code to consume snabbdom's TypeScript
correctly, we must "export" the hooks interfaces just like we export
other types.
pull/229/head
Andre Staltz 8 years ago committed by André Staltz
parent e76e06a28e
commit ef8b60993b

@ -27,7 +27,7 @@
"src/modules/style.ts",
"src/h.ts",
"src/htmldomapi.ts",
"src/hooks.d.ts",
"src/hooks.ts",
"src/is.ts",
"src/snabbdom.bundle.ts",
"src/snabbdom.ts",

Loading…
Cancel
Save