Skip to content

Commit

Permalink
chore: release v4.0.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Dec 17, 2024
1 parent ff51b3f commit e86cbf3
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{

Check failure on line 1 in lib/package.json

View workflow job for this annotation

GitHub Actions / Build, lint and test

format

Formatter would have printed the following content:
"version": "3.1.2",
"version": "4.0.0-0",
"name": "react-image-turntable",
"packageManager": "[email protected]",
"license": "MIT",
Expand All @@ -15,7 +15,14 @@
"url": "https://github.com/nerdyman"
},
"description": "Display a set of images as a draggable 360 degree turntable.",
"keywords": ["react", "image", "360", "turntable", "rotator", "slider"],
"keywords": [
"react",
"image",
"360",
"turntable",
"rotator",
"slider"
],
"engines": {
"node": ">=18.0.0"
},
Expand All @@ -37,7 +44,10 @@
}
}
},
"files": ["src", "dist"],
"files": [
"src",
"dist"
],
"scripts": {
"analyze": "ANALYZE=true pnpx esbuild-visualizer --metadata ./dist/metafile-esm.json",
"start": "concurrently -k -s first -n \"tsup,ts\" -c \"blue,cyan\" \"tsup --watch\" \"pnpm run check:types --watch --preserveWatchOutput\"",
Expand All @@ -60,7 +70,11 @@
"not ie > 0",
"not op_mini all"
],
"development": ["last 1 chrome version", "last 1 firefox version", "last 1 safari version"]
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"peerDependencies": {
"react": ">=16.8",
Expand Down

0 comments on commit e86cbf3

Please sign in to comment.