Skip to content

Commit 2691b82

Browse files
author
Corjen Moll
committed
build: Fix semantice release version number
1 parent ff00eb4 commit 2691b82

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-data-sort",
3-
"version": "0.0.0-semantically-released",
3+
"version": "0.0.0-development",
44
"description": "A React component to sort and paginate data",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",
@@ -15,7 +15,12 @@
1515
"type": "git",
1616
"url": "https://github.com/Corjen/react-data-sort.git"
1717
},
18-
"keywords": ["react", "data", "sort", "pagination"],
18+
"keywords": [
19+
"react",
20+
"data",
21+
"sort",
22+
"pagination"
23+
],
1924
"author": "Corjen Moll",
2025
"license": "MIT",
2126
"bugs": {

0 commit comments

Comments
 (0)