Skip to content

Commit

Permalink
v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
UmamiAppearance committed Sep 12, 2022
1 parent 7d337e3 commit 52f46e3
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

_HTML Console._ Let's you output your browser **con**sole **to** a **do**cument node.

![contodo-image](https://github.com/UmamiAppearance/contodo/blob/main/media/contodo.gif?raw=true)
[![contodo-image](https://github.com/UmamiAppearance/contodo/blob/main/media/contodo.gif?raw=true)](https://umamiappearance.github.io/contodo/examples/demo.html)

## Installation
### GitHub
Expand Down
2 changes: 1 addition & 1 deletion dist/contodo.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var defaultCSS = ".contodo{position:inherit;display:block;font-family:monospace;
/**
* [contodo]{@link https://github.com/UmamiAppearance/contodo}
*
* @version 0.2.5
* @version 0.2.6
* @author UmamiAppearance [[email protected]]
* @license GPL-3.0
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/contodo.esm.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/contodo.iife.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var ConTodo = (function () {
/**
* [contodo]{@link https://github.com/UmamiAppearance/contodo}
*
* @version 0.2.5
* @version 0.2.6
* @author UmamiAppearance [[email protected]]
* @license GPL-3.0
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/contodo.iife.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/no-style/contodo-no-style.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const isIdentifier = (str) => {
/**
* [contodo]{@link https://github.com/UmamiAppearance/contodo}
*
* @version 0.2.5
* @version 0.2.6
* @author UmamiAppearance [[email protected]]
* @license GPL-3.0
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/no-style/contodo-no-style.esm.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/no-style/contodo-no-style.iife.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var ConTodo = (function () {
/**
* [contodo]{@link https://github.com/UmamiAppearance/contodo}
*
* @version 0.2.5
* @version 0.2.6
* @author UmamiAppearance [[email protected]]
* @license GPL-3.0
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/no-style/contodo-no-style.iife.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

74 changes: 37 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contodo",
"version": "0.2.5",
"version": "0.2.6",
"description": "HTML Console. Let's you output your browser console to a document node.",
"browser": "./dist/contodo.esm.js",
"exports": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"homepage": "https://github.com/UmamiAppearance/contodo#readme",
"devDependencies": {
"clean-css": "^5.3.1",
"eslint": "^8.23.0",
"eslint": "^8.23.1",
"http-server": "^14.1.1",
"no-bro-cote": "^0.2.2",
"rollup": "^2.79.0",
Expand Down
2 changes: 1 addition & 1 deletion src/contodo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* [contodo]{@link https://github.com/UmamiAppearance/contodo}
*
* @version 0.2.5
* @version 0.2.6
* @author UmamiAppearance [[email protected]]
* @license GPL-3.0
*/
Expand Down

0 comments on commit 52f46e3

Please sign in to comment.