Skip to content

Commit

Permalink
fix: fixed example names
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Aug 6, 2024
1 parent 7b5e74e commit c780442
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 18 deletions.
2 changes: 1 addition & 1 deletion examples/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "angular-starter",
"name": "unplugin-favicons-angular-example",
"private": true,
"type": "module",
"scripts": {
Expand Down
3 changes: 1 addition & 2 deletions examples/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "astro",
"version": "0.0.1",
"name": "unplugin-favicons-astro-example",
"type": "module",
"scripts": {
"astro": "astro",
Expand Down
3 changes: 1 addition & 2 deletions examples/esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "openapi_example_esbuild",
"version": "1.0.0",
"name": "unplugin-favicons-esbuild-example",
"private": true,
"type": "module",
"scripts": {
Expand Down
3 changes: 1 addition & 2 deletions examples/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "example_next",
"version": "0.1.0",
"name": "unplugin-favicons-next-example",
"private": true,
"type": "module",
"scripts": {
Expand Down
3 changes: 1 addition & 2 deletions examples/nuxt3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "openapi_example_esbuild",
"version": "1.0.0",
"name": "unplugin-favicons-nuxt3-example",
"private": true,
"type": "module",
"scripts": {
Expand Down
3 changes: 1 addition & 2 deletions examples/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "example_rollup",
"version": "1.0.0",
"name": "unplugin-favicons-rollup-example",
"private": true,
"type": "module",
"scripts": {
Expand Down
3 changes: 1 addition & 2 deletions examples/rspack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "example_rspack",
"version": "1.0.0",
"name": "unplugin-favicons-rspack-example",
"private": true,
"type": "module",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions examples/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "unplugin-favicons-svelte-example",
"private": true,
"type": "module",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions examples/sveltekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sveltekit",
"version": "0.0.1",
"name": "unplugin-favicons-sveltekit-example",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
Expand Down
2 changes: 2 additions & 0 deletions examples/vite-vike/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "unplugin-favicons-vite-vike-example",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "vite-example",
"name": "unplugin-favicons-vite-example",
"private": true,
"description": "vite example",
"author": {
Expand Down
3 changes: 1 addition & 2 deletions examples/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "openapi_example_webpack",
"version": "1.0.0",
"name": "unplugin-favicons-webpack-example",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit c780442

Please sign in to comment.