Skip to content

Commit cbfdd30

Browse files
Export update
1 parent bb1cc89 commit cbfdd30

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export {IComponent} from "./interfaces/IComponent";
22
export {IAttachableComponent} from "./interfaces/IAttachableComponent";
33
export {KeyCodes} from "./events/KeyCodes";
4+
export {ApplicationEvents} from "./events/ApplicationEvents";

interfaces/CommonExtensions.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
//common extensions to go in here

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vanilla-typescript",
3-
"version": "0.2.11",
3+
"version": "0.3.2",
44
"description": "",
55
"main": "index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)