diff --git a/.changeset/config.json b/.changeset/config.json index 362242e5..e18946f0 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -14,10 +14,10 @@ "updateInternalDependencies": "patch", "ignore": [ "fingerprintjs-react-spa-example", - "next", + "next-example", "next-appDir", - "preact", - "vite", + "preact-example", + "vite-example", "webpack-based" ] } diff --git a/examples/next-appDir/README.md b/examples/next-appDir/README.md index 752b55df..75c13b6f 100644 --- a/examples/next-appDir/README.md +++ b/examples/next-appDir/README.md @@ -25,4 +25,4 @@ After you've completed all the steps and inserted the API key, you can run: ### `pnpm dev` Runs the app in the development mode.\ -Open [http://localhost:3002](http://localhost:3002) to view it in the browser. \ No newline at end of file +Open [http://localhost:3002](http://localhost:3002) to view it in the browser. diff --git a/examples/next/package.json b/examples/next/package.json index 3d7d35ac..77cb63d7 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -1,5 +1,5 @@ { - "name": "next", + "name": "next-example", "version": "0.1.0", "private": true, "scripts": { diff --git a/examples/preact/package.json b/examples/preact/package.json index 83991956..0ff20f8d 100644 --- a/examples/preact/package.json +++ b/examples/preact/package.json @@ -1,6 +1,6 @@ { "private": true, - "name": "preact", + "name": "preact-example", "version": "0.0.0", "license": "MIT", "scripts": { diff --git a/examples/vite/package.json b/examples/vite/package.json index de899391..ae5fea41 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -1,5 +1,5 @@ { - "name": "vite", + "name": "vite-example", "private": true, "version": "0.0.0", "type": "module",