Skip to content

Commit cb07e3e

Browse files
committed
getting the initial build out
1 parent 0836c3c commit cb07e3e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modular-openscriptjs",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "OpenScriptJs Framework - A lightweight, reactive JavaScript framework for building modern web applications",
55
"type": "module",
66
"main": "./dist/modular-openscriptjs.umd.js",

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ export {
135135
mediators,
136136
eData,
137137
payload,
138+
ojsRouterEvents,
138139
};
139140

140141
// Default export object
@@ -180,4 +181,5 @@ export default {
180181
mediators,
181182
eData,
182183
payload,
184+
ojsRouterEvents,
183185
};

0 commit comments

Comments
 (0)