Skip to content

Commit

Permalink
Fix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
webdevnerdstuff committed Oct 21, 2023
1 parent 0d51c49 commit 43d9704
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<p align="center">
<a href="https://www.npmjs.com/package/vuetify-color-field">
<img src="https://www.npmjs.com/package/@webdevnerdstuff/vuetify-color-field?color=1867c0&logo=npm" alt="NPM Package">
<img src="https://www.npmjs.com/package/@wdns/vuetify-color-field?color=1867c0&logo=npm" alt="NPM Package">
</a>
&nbsp;
<a href="https://github.com/webdevnerdstuff/vuetify-color-field">
Expand Down
2 changes: 1 addition & 1 deletion dist/vuetify-color-field.cjs.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/vuetify-color-field.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Fragment as he, reactive as Jt, computed as f, watchEffect as Qt, toRef
import { onClickOutside as fa } from "@vueuse/core";
/**
* @name @wdns/vuetify-color-field
* @version 1.0.0-beta.1
* @version 1.0.0-beta.2
* @description Vuetify Color Field is a Vuetify VTextField Color Picker Component
* @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! <webdevnerdstuff@gmail.com> (https://webdevnerdstuff.com)
* @copyright Copyright 2023, __USERNAME__
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": "@wdns/vuetify-color-field",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "Vuetify Color Field is a Vuetify VTextField Color Picker Component",
"private": false,
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion src/stores/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const useCoreStore = defineStore('core', () => {
const storageName = 'vuetify-color-field';

// Links //
const repoBaseUrl = `https://github.com/webdevnerdstuff/${packageName}`;
const repoBaseUrl = `https://github.com/webdevnerdstuff/${storageName}`;
const links = {
changeLog: `${repoBaseUrl}/blob/main/CHANGELOG.md`,
github: repoBaseUrl,
Expand Down

0 comments on commit 43d9704

Please sign in to comment.