Skip to content

Commit 21b2d4e

Browse files
Ulysse ARNAUDUlysse ARNAUD
authored andcommitted
Fixed build
1 parent d5af319 commit 21b2d4e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

build/index.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,5 @@ function init() {
163163
}
164164

165165
}
166+
const CSSinJSinHTML = {init}
167+
export default CSSinJSinHTML;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ulyssear/css-in-js-in-html",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "CSS-in-JS-in-HTML is a library that allows you to use CSS-in-JS with HTML only.",
55
"main": "build/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)