We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a727f commit 5cd68c6Copy full SHA for 5cd68c6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "brixi-ui",
3
- "version": "0.3.0",
+ "version": "0.4.0",
4
"homepage": "https://ui.brixi.dev/",
5
"description": "A sleek & slender design system built on web components.",
6
"author": "Kyle Andrews <codingwithkyle@gmail.com>",
src/framework/controllers/env.ts
@@ -243,4 +243,4 @@ class Environment {
243
}
244
245
const env = new Environment();
246
-export { env as default };
+export { env as default };
0 commit comments