Skip to content

Commit

Permalink
Change version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ulyssear committed Feb 12, 2023
1 parent baf1700 commit c2cc93f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ __Older browsers__

1. Import `index.min.js` (or `index.js`) in your HTML file
```html
<script src="https://cdn.jsdelivr.net/gh/ulyssear/[email protected].5/build/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/ulyssear/[email protected].6/build/index.min.js"></script>
```

2. Add one line of CSS to hide the page while building (and permits to hide elements with hidden attribute)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulyssear/css-in-js-in-html",
"version": "0.1.5",
"version": "0.1.6",
"description": "CSS-in-JS-in-HTML is a library that allows you to use CSS-in-JS with HTML only.",
"main": "build/index.min.js",
"scripts": {
Expand Down

0 comments on commit c2cc93f

Please sign in to comment.