Skip to content

Commit

Permalink
chore(deps): remove rx as peerdeps
Browse files Browse the repository at this point in the history
rx is a dep now
  • Loading branch information
tusharmath committed Apr 12, 2016
1 parent 15b5bfa commit 2f22f9b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Expand Up @@ -9,17 +9,14 @@
"author": "tusharmath@gmail.com",
"license": "ISC",
"dependencies": {
"funjector": "^3.1.0"
},
"peerDependencies": {
"rx": "^4.0.8"
"funjector": "^3.1.0",
"rx": "^4.1.0"
},
"devDependencies": {
"ava": "^0.14.0",
"coveralls": "^2.11.6",
"cz-conventional-changelog": "^1.1.5",
"nyc": "^6.0.0",
"rx": "^4.1.0",
"semantic-release": "^4.3.5",
"sinon": "^1.17.3"
},
Expand Down

0 comments on commit 2f22f9b

Please sign in to comment.