8000 Should be fixed · ulyssear/css-in-js-in-html@a0914b7 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a0914b7

Browse files
Ulysse ARNAUDUlysse ARNAUD
authored andcommitted
Should be fixed
1 parent 21b2d4e commit a0914b7

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,4 @@ function init() {
163163
}
164164

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

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.1",
3+
"version": "0.3.2",
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)
0