Skip to content

Commit ada0fb4

Browse files
Merge pull request #195 from fingerprintjs/feature/INTER-2150-migrate-to-changesets
chore: update example package names to use "-example" suffix
2 parents 6fc9ac8 + 3a6261f commit ada0fb4

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.changeset/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"updateInternalDependencies": "patch",
1515
"ignore": [
1616
"fingerprintjs-react-spa-example",
17-
"next",
17+
"next-example",
1818
"next-appDir",
19-
"preact",
20-
"vite",
19+
"preact-example",
20+
"vite-example",
2121
"webpack-based"
2222
]
2323
}

examples/next-appDir/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ After you've completed all the steps and inserted the API key, you can run:
2525
### `pnpm dev`
2626

2727
Runs the app in the development mode.\
28-
Open [http://localhost:3002](http://localhost:3002) to view it in the browser.
28+
Open [http://localhost:3002](http://localhost:3002) to view it in the browser.

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "next",
2+
"name": "next-example",
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {

examples/preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"name": "preact",
3+
"name": "preact-example",
44
"version": "0.0.0",
55
"license": "MIT",
66
"scripts": {

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "vite",
2+
"name": "vite-example",
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",

0 commit comments

Comments
 (0)