Skip to content

Commit

Permalink
Remove outdated node engine
Browse files Browse the repository at this point in the history
We recently recieved a message from Heroku informing us that the
node engine we had in package.json was no longer secure. I'm just
going to remove it and allow Heroku and anyone else to grab
the modules for whatever node version they have. There's
nothing particularly complex that needs to be pegged to a
specific version.
  • Loading branch information
davidrleonard committed Jul 13, 2017
1 parent 2b92fb8 commit 3e446b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,5 @@
"bugs": {
"url": "https://github.com/codeforamerica/annual/issues"
},
"homepage": "https://github.com/codeforamerica/annual",
"engines": {
"node": "0.10.x"
}
"homepage": "https://github.com/codeforamerica/annual"
}

0 comments on commit 3e446b9

Please sign in to comment.