Omorphia Cleanup + Adding missing styles (#18)

* Add missing knossos styles + some knossos cleanup

* remove yarn.lock

* Update output syntax
This commit is contained in:
Geometrically
2023-03-13 11:40:41 -07:00
committed by GitHub
parent c8a30e793a
commit 1b81a1f4a6
25 changed files with 882 additions and 489 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@modrinth/omorphia",
"name": "omorphia",
"type": "module",
"version": "0.0.0",
"version": "0.4",
"files": [
"dist"
],
@@ -11,7 +11,8 @@
".": {
"import": "./dist/omorphia.js",
"require": "./dist/omorphia.umd.cjs"
}
},
"./dist/style.css": "./dist/style.css"
},
"scripts": {
"build": "vite build",