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

Fixed dependendencies to get tests to pass on Mac os Sierra #71

Merged
merged 1 commit into from
Mar 28, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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