Skip to content

Commit 8a97e55

Browse files
Merge pull request #13 from webdevnerdstuff/dev
Dev
2 parents a065a77 + ed3d5dd commit 8a97e55

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It also has the ability to run the console functions depending on environment va
1414
## Installation
1515

1616
```
17-
npm i -D vue-unicorn-log
17+
npm i vue-unicorn-log
1818
```
1919

2020

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
function gtag() { dataLayer.push(arguments); }
44
gtag('js', new Date());
55

6-
gtag('config', 'UA-113524767-4');</script><meta name="base" content="https://webdevnerdstuff.github.io/vue-unicorn-log/"><meta name="charset" content="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="keywords" content="vue, vue2, plugin, javascript, logging, log, console, devtools, unicorn, magical, webdevnerdstuff, wdns"><meta name="description" content="A magical 🦄 plugin to make coloring the console output easier and more flexible."><meta name="author" content="WebDevNerdStuff & Bunnies... lots and lots of bunnies! <webdevnerdstuff@gmail.com> (https://webdevnerdstuff.com)"><meta name="robots" content="index, follow"><meta name="googlebot" content="index, follow"><meta name="rating" content="General"><meta name="theme-color" content="#21252a"><meta name="og:type" content="website"><meta name="og:title" content="Vue Unicorn Log"><meta name="og:image" content="https://webdevnerdstuff.github.io/vue-unicorn-log/images/vue-unicorn-log-social.jpg"><meta name="og:image:alt" content="A magical 🦄 plugin to make coloring the console output easier and more flexible."><meta name="og:image:width" content="1200"><meta name="og:image:height" content="630"><meta name="og:description" content="A magical 🦄 plugin to make coloring the console output easier and more flexible."><meta name="og:site_name" content="Vue Unicorn Log"><meta name="og:locale" content="en_US"></head><body><noscript><strong>We're sorry but Vue Unicorn Log doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script><script defer="defer" src="vue-unicorn-log.js?3da90cfe5d51f3dbdedb"></script></body></html>
6+
gtag('config', 'UA-113524767-4');</script><meta name="base" content="https://webdevnerdstuff.github.io/vue-unicorn-log/"><meta name="charset" content="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="keywords" content="vue, vue2, plugin, javascript, logging, log, console, devtools, unicorn, magical, webdevnerdstuff, wdns"><meta name="description" content="A magical 🦄 plugin to make coloring the console output easier and more flexible."><meta name="author" content="WebDevNerdStuff & Bunnies... lots and lots of bunnies! <webdevnerdstuff@gmail.com> (https://webdevnerdstuff.com)"><meta name="robots" content="index, follow"><meta name="googlebot" content="index, follow"><meta name="rating" content="General"><meta name="theme-color" content="#21252a"><meta name="og:type" content="website"><meta name="og:title" content="Vue Unicorn Log"><meta name="og:image" content="https://webdevnerdstuff.github.io/vue-unicorn-log/images/vue-unicorn-log-social.jpg"><meta name="og:image:alt" content="A magical 🦄 plugin to make coloring the console output easier and more flexible."><meta name="og:image:width" content="1200"><meta name="og:image:height" content="630"><meta name="og:description" content="A magical 🦄 plugin to make coloring the console output easier and more flexible."><meta name="og:site_name" content="Vue Unicorn Log"><meta name="og:locale" content="en_US"></head><body><noscript><strong>We're sorry but Vue Unicorn Log doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script><script defer="defer" src="vue-unicorn-log.js?4acb613c1f17bb0cc84a"></script></body></html>

docs/vue-unicorn-log.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-unicorn-log",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A magical 🦄 plugin to make coloring the console output easier and more flexible.",
55
"private": false,
66
"main": "dist/vue-unicorn-log.js",

src/docs/UnicornLog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<div class="col-xl-8 col-lg-12">
5050
<vue-code-highlight language="shell">
5151
<pre>
52-
npm i -D vue-unicorn-log
52+
npm i vue-unicorn-log
5353
</pre
5454
>
5555
</vue-code-highlight>

0 commit comments

Comments
 (0)