Skip to content

Commit 3ba7a68

Browse files
Merge pull request #47 from webdevnerdstuff/dev
Dev
2 parents a678f88 + 2e4eb4f commit 3ba7a68

File tree

4 files changed

+8
-21
lines changed

4 files changed

+8
-21
lines changed

.github/CONTRIBUTING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,25 @@ Update the CHANGELOG.md with the updates you made, please include the date and G
2525
When you're done making changes and you'd like to propose them for review, open your PR (pull request).
2626

2727
### Submit your PR & get it reviewed
28-
- Once you submit your PR, others from the Vue Unicorn Log community will review it with you.
28+
- Once you submit your PR, others from the Vuetify Drilldown Table community will review it with you.
2929
- After that, we may have questions, check back on your PR to keep up with the conversation.
3030

3131
### Your PR is merged!
3232
Congratulations! The whole GitHub community thanks you. :sparkles:
3333

3434
Once your PR is merged, you will be proudly listed as a contributor in the [contributor chart](https://github.com/webdevnerdstuff/vuetify-drilldown-table/graphs/contributors).
3535

36-
### Keep contributing as you use Vue Unicorn Log
36+
### Keep contributing as you use Vuetify Drilldown Table
3737

38-
Now that you're a part of the Vue Unicorn Log community, you can keep participating in many ways.
38+
Now that you're a part of the Vuetify Drilldown Table community, you can keep participating in many ways.
3939

4040
## Types of contributions
41-
You can contribute to the Vue Unicorn Log content and site in several ways. This repo is a place to discuss and collaborate on Vue Unicorn Log! Our small, but mighty team is maintaining this repo, to preserve our bandwidth, off topic conversations will be closed.
41+
You can contribute to the Vuetify Drilldown Table content and site in several ways. This repo is a place to discuss and collaborate on Vuetify Drilldown Table! Our small, but mighty team is maintaining this repo, to preserve our bandwidth, off topic conversations will be closed.
4242

4343
### :mega: Discussions
4444
Discussions are where we have conversations.
4545

46-
If you'd like help troubleshooting a Vue Unicorn Log PR you're working on, have a great new idea, or want to share something amazing you've learned, join us in [discussions](https://github.com/webdevnerdstuff/vuetify-drilldown-table/discussions).
46+
If you'd like help troubleshooting a Vuetify Drilldown Table PR you're working on, have a great new idea, or want to share something amazing you've learned, join us in [discussions](https://github.com/webdevnerdstuff/vuetify-drilldown-table/discussions).
4747

4848
### :beetle: Issues
4949
[Issues](https://docs.github.com/en/github/managing-your-work-on-github/about-issues) are used to track tasks that contributors can help with.
@@ -75,13 +75,13 @@ suggestions to improve the code or adding of additional features.
7575
## Opening a pull request
7676
You can use the GitHub user interface for some small changes, like fixing a typo or updating a readme. You can also fork the repo and then clone it locally, to view changes and run your tests on your machine.
7777

78-
## Working in the Vue Unicorn Log repository
79-
Here's some information that might be helpful while working on a Vue Unicorn Log PR:
78+
## Working in the Vuetify Drilldown Table repository
79+
Here's some information that might be helpful while working on a Vuetify Drilldown Table PR:
8080

8181
<!-- - [Development](/contributing/development.md) - This short guide describes how to get this app running on your local machine. -->
8282

8383
## Reviewing
84-
We (usually the Vue Unicorn Log team) review every single PR. The purpose of reviews is to create the best content we can for people who use GitHub.
84+
We (usually the Vuetify Drilldown Table team) review every single PR. The purpose of reviews is to create the best content we can for people who use GitHub.
8585

8686
- Reviews are always respectful, acknowledging that everyone did the best possible job with the knowledge they had at the time.
8787
- Reviews discuss content, not the person who created it.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@
133133
"vite-plugin-vuetify": "^1.0.2",
134134
"vue-tsc": "1.8.2",
135135
"vue3-code-block": "^2.2.11",
136-
"vue3-unicorn-log": "^1.0.0",
137136
"webfontloader": "^1.6.28"
138137
}
139138
}

pnpm-lock.yaml

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

src/playground/configs/playground.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ import { createPinia } from 'pinia';
66
import { registerPlugins } from '../../plugins';
77
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome';
88
import { makeServer } from '../../server';
9-
import UnicornLog from 'vue3-unicorn-log';
109

1110
makeServer({ environment: 'playground' });
1211

1312
const app = createApp(PlaygroundApp);
1413
app.use(VDrilldownTable);
15-
app.use(UnicornLog);
1614
app.use(createPinia());
1715
app.component('font-awesome-icon', FontAwesomeIcon);
1816
app.component('FaIcon', FontAwesomeIcon);

0 commit comments

Comments
 (0)