Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #71 from larrymyers/fix-dependendencies
Browse files Browse the repository at this point in the history
Fixed dependendencies to get tests to pass on Mac os Sierra
  • Loading branch information
larrymyers authored Mar 28, 2017
2 parents 5b88158 + 011e7ad commit f9cdf54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-mini-router",
"version": "2.1.0",
"version": "2.1.1",
"description": "A small url router for React apps.",
"main": "index.js",
"scripts": {
Expand All @@ -25,8 +25,8 @@
},
"license": "MIT",
"peerDependencies": {
"react": ">=0.14.0",
"react-dom": ">=0.14.0"
"react": ">=15.4.1",
"react-dom": ">=15.4.1"
},
"dependencies": {
"fbjs": "^0.3.2",
Expand All @@ -40,7 +40,7 @@
"karma-chrome-launcher": "^0.1.7",
"karma-cli": "1.0.1",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sauce-launcher": "^0.2.10",
"karma-webpack": "^1.7.0",
"mocha": "^2.1.0",
Expand Down

0 comments on commit f9cdf54

Please sign in to comment.