Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thorion3006 committed Jan 8, 2019
1 parent 132d49a commit dcfc706
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
Expand Up @@ -8,7 +8,7 @@
"websocket-consumer",
"actioncable-consumer"
],
"version": "1.0.1",
"version": "1.0.2",
"description": "A react wrapper for working with rails actioncable. Requires react v16.3 and above.",
"main": "lib/index.js",
"repository": {
Expand All @@ -22,9 +22,9 @@
"license": "MIT",
"private": false,
"peerDependencies": {
"actioncable": "^5.2.1",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"actioncable": "^5.2.1"
"react": "^16.6.3"
},
"devDependencies": {
"babel-core": "^6.26.3",
Expand Down

0 comments on commit dcfc706

Please sign in to comment.