Skip to content

Commit

Permalink
release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Yang committed Dec 23, 2021
1 parent 9474d4d commit 91fb64e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-split-flap-display",
"version": "0.4.0",
"version": "0.4.1",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"description": "React component for Split Flap (Solari) display",
Expand Down Expand Up @@ -43,8 +43,8 @@
"typescript": "^4.5.3"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react": "^16.0.0 || ^17.0.0",
"react-dom": "^16.0.0 || ^17.0.0",
"styled-components": "^5.0.1"
},
"scripts": {
Expand Down

0 comments on commit 91fb64e

Please sign in to comment.