Skip to content

Commit

Permalink
Merge pull request #5 from objectpartners/lab-03-routing-solved-fixTests
Browse files Browse the repository at this point in the history
fix issue #4 by pinning proxyquire version to the old labs version
  • Loading branch information
jeffsheets authored Apr 19, 2017
2 parents 497ac3c + 612084f commit 98fa060
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 @@ -90,9 +90,9 @@
"lazypipe": "^1.0.1",
"merge-stream": "^0.1.7",
"mocha": "^2.2.1",
"proxyquire": "^1.4.0",
"proxyquire-universal": "^1.0.3",
"proxyquireify": "^3.0.0",
"proxyquire": "1.4.0",
"proxyquire-universal": "1.0.3",
"proxyquireify": "3.0.0",
"reactify": "^1.0.0",
"require-dot-file": "^0.4.0",
"sinon": "^1.12.2",
Expand Down

0 comments on commit 98fa060

Please sign in to comment.