1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 11:34:21 +00:00
This commit is contained in:
Steffo 2020-06-23 22:22:58 +02:00
parent dddd117dc7
commit 308a8b00c4
Signed by: steffo
GPG key ID: 896A80F55F7C97F0
2 changed files with 3 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{
"private": false,
"name": "bluelib",
"version": "0.12.1",
"version": "0.12.2",
"license": "AGPL-3.0-or-later",
"source": "src/index.js",
"main": "dist/index.js",

View file

@ -8,6 +8,7 @@ import Timer from "./components/Elements/Timer";
import Todo from "./components/Elements/Todo";
import HInput from "./components/Layout/HInput";
import HButton from "./components/Layout/HButton";
import Split from "./components/Layout/Split";
import BLatex from "./components/Rendering/BLatex";
@ -50,6 +51,7 @@ export {
Todo,
HInput,
HButton,
Split,
BLatex,