Skip to content

Commit 71f7058

Browse files
authored
Merge pull request #1 from netlify-labs/ep/edge-func-release-prep
chore: edge function release prep
2 parents 6175e96 + 9475cd6 commit 71f7058

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ To help with handling static files, it registers a virtual module called `@stati
1111
Install the plugin:
1212

1313
```shell
14-
npm i -D @netlify-labs/vite-plugin-netlify-edge
14+
npm i -D @netlify/vite-plugin-netlify-edge
1515
```
1616

1717
Then add the following to your `.vite.config.js`:
1818

1919
```js
2020
// vite.config.js
2121
import { defineConfig } from 'vite'
22-
import netlifyEdge from '@netlify-labs/vite-plugin-netlify-edge'
22+
import netlifyEdge from '@netlify/vite-plugin-netlify-edge'
2323

2424
export default defineConfig({
2525
plugins: [netlifyEdge()],
@@ -42,7 +42,7 @@ You can pass additional static paths to the plugin, so that they are also includ
4242
```js
4343
// vite.config.js
4444
import { defineConfig } from 'vite'
45-
import netlifyEdge from '@netlify-labs/vite-plugin-netlify-edge'
45+
import netlifyEdge from '@netlify/vite-plugin-netlify-edge'
4646
import glob from 'fast-glob'
4747

4848
export default defineConfig({

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@netlify-labs/vite-plugin-netlify-edge",
2+
"name": "@netlify/vite-plugin-netlify-edge",
33
"version": "0.0.4",
44
"description": "Vite support for Netlify Edge Function",
55
"main": "./dist/index.js",
@@ -35,5 +35,5 @@
3535
"publishConfig": {
3636
"registry": "https://npm.pkg.github.com"
3737
},
38-
"repository": "[email protected]:netlify-labs/vite-plugin-netlify-edge.git"
38+
"repository": "[email protected]:netlify/vite-plugin-netlify-edge.git"
3939
}

0 commit comments

Comments
 (0)