Skip to content

Commit da7911d

Browse files
committed
Add NPM package version badge and bump version number
1 parent 819dc7d commit da7911d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# React Dynamic Data Table
22

3+
[![npm version](https://badge.fury.io/js/%40langleyfoxall%2Freact-dynamic-data-table.svg)](https://badge.fury.io/js/%40langleyfoxall%2Freact-dynamic-data-table)
4+
35
This package provides a React Dynamic Data Table component that supports sortable columns,
46
pagination, field mapping, data manipulation, and more.
57

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langleyfoxall/react-dynamic-data-table",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"description": "Re-usable data table for React with sortable columns, pagination and more.",
55
"main": "dist/DynamicDataTable.js",
66
"scripts": {

0 commit comments

Comments
 (0)