Skip to content

Commit

Permalink
Merge pull request #109 from canjs/use-can-deparam
Browse files Browse the repository at this point in the history
Use can-deparam instead of a local helper
  • Loading branch information
andrejewski committed Apr 24, 2017
2 parents a502c7c + 9d92252 commit 685ea92
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 39 deletions.
38 changes: 0 additions & 38 deletions helpers/deparam.js

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"dependencies": {
"can-connect": "^1.0.0",
"can-deparam": "^1.0.1",
"can-namespace": "1.0.0",
"can-set": "^1.0.0",
"can-util": "^3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion xhr.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// call the fixture callbacks or create a real XHR request
// and then respond normally.
var fixtureCore = require("./core");
var deparam = require("./helpers/deparam");
var deparam = require("can-deparam");
var assign = require('can-util/js/assign/assign');
var each = require('can-util/js/each/each');
var canLog = require('can-util/js/log/log');
Expand Down

0 comments on commit 685ea92

Please sign in to comment.