Skip to content

Commit 9cc7f3c

Browse files
committed
Removed default exports
1 parent cbf4193 commit 9cc7f3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ import 'bootstrap-icons/font/fonts/bootstrap-icons.woff2';
2828
import '../css/style.css';
2929

3030
// Exports
31-
export default {
31+
export {
3232
Model, View, Controller, Provider, Error, Emitter, List, Nav, Toast, Button, Form,
3333
};

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@djthorpe/js-framework",
3-
"version": "0.0.23",
3+
"version": "0.0.24",
44
"description": "Javascript Framework",
55
"main": "dist/js/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)