Skip to content
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

__proto__ deprecated, replaced by #setPrototypeOf #781

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

__proto__ deprecated, replaced by #setPrototypeOf #781

wants to merge 1 commit into from

Conversation

calvintwr
Copy link

Checklist

  • [X ] I have read the CONTRIBUTING guidelines.
  • [X ] I have added test cases which verify the correct operation of this feature or patch.
  • [X ] I have added documentation pertaining to this feature or patch.
  • [X ] The automated test suite ($ make test) executes successfully.
  • [X ] The automated code linting ($ make lint) executes successfully.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.88% when pulling 3244e44 on calvintwr:patch-3 into 1fd591d on jaredhanson:master.

@calvintwr
Copy link
Author

Travis failed on node 0.10. #setPrototypeOf is only supported from 0.12 and up. Suggest dropping support for 0.10. And also in package.json, node support is listed as 0.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants