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

Add node v6 support. Fixes #106 #107

Merged
merged 2 commits into from
Apr 29, 2016
Merged

Add node v6 support. Fixes #106 #107

merged 2 commits into from
Apr 29, 2016

Conversation

tmcw
Copy link
Contributor

@tmcw tmcw commented Apr 27, 2016

No description provided.

@@ -20,7 +20,8 @@ var versions = {
'2.x.x': 'fs-2.0.0.js',
'3.x.x': 'fs-3.0.0.js',
'4.x.x': 'fs-4.0.0.js',
'5.x.x': 'fs-5.0.0.js'
'5.x.x': 'fs-5.0.0.js',
'6.x.x': 'fs-5.0.0.js'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The file you committed is fs-6.0.0, but here you have fs-5.0.0.js. Presumably a typo?

@jkuri
Copy link

jkuri commented Apr 28, 2016

@tschaub can you make a release on npm please after this will be in?

@MylesBorins
Copy link

MylesBorins commented Apr 28, 2016

👍 thanks for getting this together... just noticed this was breaking in our CI.

Would you be open to adding support for v7.0.0-pre? This would help with some of the smoke testing efforts, specifically to smoke test packages who use mock-fs against master

edit: for context I work on the node project on ecosystem stability and smoketesting

@tschaub tschaub merged commit c242b2c into tschaub:master Apr 29, 2016
@tschaub tschaub mentioned this pull request Apr 29, 2016
@tschaub
Copy link
Owner

tschaub commented Apr 29, 2016

Released as mock-fs@3.9.0. Thanks @tmcw.

@thealphanerd I'd welcome any support on v7.0.0-pre.

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.

6 participants