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

Remove tempfile dependency #146

Merged
merged 2 commits into from
Jul 14, 2017
Merged

Remove tempfile dependency #146

merged 2 commits into from
Jul 14, 2017

Conversation

develar
Copy link
Contributor

@develar develar commented Jul 12, 2017

Reduce node_modules size — use the same approach to generate temp file as electron-builder/electron-download

Reduce node_modules size — use the same approach to generate temp file as electron-builder/electron-download
@@ -49,6 +48,6 @@
]
},
"engines": {
"node": ">=0.4.0"
"node": ">=4.0.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

electron-builder/electron-download requires in any case node 4.

@sethlu sethlu changed the title remove tempfile dependency Remove tempfile dependency Jul 14, 2017
@sethlu
Copy link
Contributor

sethlu commented Jul 14, 2017

@develar nice way to work around temp files without tempfile 👍 thanks!

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

Successfully merging this pull request may close these issues.

2 participants