Skip to content

Commit 9820261

Browse files
committed
Update name
1 parent b93dfec commit 9820261

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ If your project doesn't have package.json, create one: `npm init -y`
44

55
Install vite and uupVite
66
```
7-
npm add -D vite uup-vite-plugin sass
7+
npm add -D vite vite-plugin-uup sass
88
```
99

1010
Add these scripts to your `package.json`:
@@ -22,7 +22,7 @@ Add these scripts to your `package.json`:
2222

2323
Create a `vite.config.js`:
2424
```
25-
import uupVite from 'uup-vite-plugin';
25+
import uupVite from 'vite-plugin-uup';
2626
import { defineConfig } from 'vite';
2727
2828
export default defineConfig({

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "uup-vite-plugin",
2+
"name": "vite-plugin-uup",
33
"version": "0.0.2",
44
"description": "Vite configuration for WordPress",
55
"repository": {

0 commit comments

Comments
 (0)