Skip to content

Commit 2ba5f48

Browse files
committed
Updated
1 parent 6b20432 commit 2ba5f48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ import 'bootstrap-icons/font/bootstrap-icons.css';
2626
import '../css/style.css';
2727

2828
// Exports
29-
export {
29+
export default {
3030
Model, View, Controller, Provider, Error, Emitter, List, Nav, Toast, Button, Form,
3131
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@djthorpe/js-framework",
3-
"version": "0.0.30",
3+
"version": "0.0.31",
44
"description": "Javascript Framework",
55
"main": "dist/js/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)