Skip to content

Commit 2fd62d6

Browse files
author
GitHub Release Bot
committed
Release 4.0.0-beta.4
1 parent c29743f commit 2fd62d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neolution-ch/react-data-table",
3-
"version": "4.0.0-beta.3",
3+
"version": "4.0.0-beta.4",
44
"description": "A small and clean data-table with a lot of integrated functions",
55
"homepage": "https://neolution-ch.github.io/react-data-table",
66
"repository": {
@@ -37,7 +37,7 @@
3737
"prepare-pr": "yarn prettier . --write && yarn lint && yarn build && yarn test\"",
3838
"prettier-check": "prettier --check .",
3939
"prettier-write": "prettier --write .",
40-
"copy-definitionfile":"shx cp -r src/react-table.d.ts dist/react-table.d.ts",
40+
"copy-definitionfile": "shx cp -r src/react-table.d.ts dist/react-table.d.ts",
4141
"start": "yarn copy-definitionfile && rollup -c -w",
4242
"start-all": "concurrently \"yarn start\" \"yarn start-yalc\"",
4343
"start-yalc": "yarn nodemon --watch dist -x \"yarn yalc push\"",

0 commit comments

Comments
 (0)