-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get rid of can-util deps #175
Conversation
package.json
Outdated
@@ -48,8 +49,8 @@ | |||
"can-reflect": "^1.6.0", | |||
"can-simple-map": "^4.0.0", | |||
"can-simple-observable": "^2.0.0", | |||
"can-symbol": "^1.0.0", | |||
"can-util": "^3.9.0" | |||
"can-string": "0.0.5", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be "<2.0.0"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For can-string?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. We don’t want to pin to a specific version and we should release a 1.0 without breaking compatibility.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed!
Update testee to the latest version 🚀
package.json
Outdated
@@ -1,67 +1,68 @@ | |||
{ | |||
"name": "can-route", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The spacing needs to be reverted back to what it was.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was 4 spaces?
I thought I would take care of it ... but I will probably do this in another branch |
@justinbmeyer you closed it at the same moment it was fixed! can we open it :) |
for canjs/canjs#4218