Skip to content

Commit

Permalink
fix: gridjs 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Jan 15, 2021
1 parent b6d95a4 commit c56f301
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gridjs-react",
"version": "3.2.1",
"version": "3.2.2",
"description": "React component for Grid.js",
"main": "dist/gridjs.production.min.js",
"module": "dist/gridjs.production.es.min.js",
Expand All @@ -22,7 +22,7 @@
"license": "MIT",
"peerDependencies": {
"react": "^16.13.1",
"gridjs": "^3.2.1"
"gridjs": "^3.2.2"
},
"scripts": {
"clean": "rimraf coverage dist tmp",
Expand All @@ -44,7 +44,7 @@
"eslint": "~7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-jest": "^24.1.3",
"gridjs": "^3.2.1",
"gridjs": "^3.2.2",
"jest": "~25.5.4",
"jsdom": "^16.4.0",
"jsdom-global": "^3.0.2",
Expand Down

0 comments on commit c56f301

Please sign in to comment.