Skip to content

Commit

Permalink
Remove proxyquire-universal again
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Jul 27, 2017
1 parent 883de3e commit cbf1128
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.js
Expand Up @@ -23,7 +23,6 @@ function makeBundle(name, config) {
config.standalone = "sinon";

browserify("./lib/sinon.js", config)
.plugin("proxyquire-universal")
.bundle(function (err, buffer) {
if (err) {
throw err;
Expand Down
2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -56,8 +56,6 @@
"phantomic": "^1.4.0",
"phantomjs-prebuilt": "^2.1.14",
"proxyquire": "^1.8.0",
"proxyquire-universal": "^1.0.8",
"proxyquireify": "^3.2.1",
"referee": "^1.2.0",
"rimraf": "^2.5.3"
},
Expand Down

0 comments on commit cbf1128

Please sign in to comment.