mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 09:05:55 +03:00
[PR #29] [CLOSED] Allow for node version 0.6.17 #229
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#229
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/NarrativeScience-old/log.io/pull/29
Author: @TheDigitalNinja
Created: 5/11/2012
Status: ❌ Closed
Base:
master← Head:master📝 Commits (5)
3e6967callow node version upto 6.178b74e75created .gitignore for node_modules224f682fixed version issuesab1171cupdated install instructions for doing it via git repo1fa43cduse /usr/bin/env node📊 Changes
5 files changed (+10 additions, -6 deletions)
View changed files
➕
.gitignore(+1 -0)📝
INSTALL.md(+4 -2)📝
bin/log.io-harvester(+1 -1)📝
bin/log.io-server(+1 -1)📝
package.json(+3 -2)📄 Description
Bug: https://github.com/NarrativeScience/Log.io/issues/26
Most environments are switching to node 0.6.17 after the security vulnerability found in http. I updated package.json to allow for this version. It probably would be safe to even allow node > 0.7.0
This is my first ever pull request so please let me know if I need to do anything else or if I did something wrong.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.