Skip to content

Commit 7632079

Browse files
committed
chore: v5 beta
1 parent dee9f19 commit 7632079

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

package-lock.json

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

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-pivot",
33
"description": "React-Pivot is a data-grid component with pivot-table-like functionality for data display, filtering, and exploration.",
4-
"version": "4.4.0",
4+
"version": "5.0.0-beta.0",
55
"type": "module",
66
"author": "David Guttman <[email protected]> (http://davidguttman.com/)",
77
"main": "dist/react-pivot.umd.cjs",
@@ -13,7 +13,12 @@
1313
"require": "./dist/react-pivot.umd.cjs"
1414
}
1515
},
16-
"files": ["dist", "index.jsx", "lib", "style.css"],
16+
"files": [
17+
"dist",
18+
"index.jsx",
19+
"lib",
20+
"style.css"
21+
],
1722
"bugs": {
1823
"url": "https://github.com/davidguttman/react-pivot/issues"
1924
},
@@ -48,7 +53,7 @@
4853
"license": "MIT",
4954
"repository": {
5055
"type": "git",
51-
"url": "https://github.com/davidguttman/react-pivot.git"
56+
"url": "git+https://github.com/davidguttman/react-pivot.git"
5257
},
5358
"scripts": {
5459
"dev": "vite --host",

0 commit comments

Comments
 (0)