Skip to content

Commit

Permalink
Merge pull request #112 from canjs/remove-can-util
Browse files Browse the repository at this point in the history
Replace can-util with can-assign
  • Loading branch information
chasenlehara committed May 28, 2018
2 parents a9c34ba + fe7889b commit b0fbfed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
]
},
"dependencies": {
"can-assign": "^1.0.0",
"can-observation": "^4.0.0",
"can-util": "^3.10.18",
"can-zone-storage": "^1.0.0",
"feathers-authentication-popups": "^0.1.2",
"feathers-errors": "^2.7.0",
Expand Down
2 changes: 1 addition & 1 deletion utils/utils.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var decode = require('jwt-decode');
var assign = require('can-util/js/assign/assign');
var assign = require('can-assign');

// Reads and returns the contents of a cookie with the provided name.
function readCookie (name) {
Expand Down

0 comments on commit b0fbfed

Please sign in to comment.