Skip to content

Commit f3e3b3d

Browse files
davidalves1leo
authored andcommitted
Change the Node default version to resolve the DoS problem on Heroku (rauchg#327)
* Update splash.js * Change the Node version to resolve the DoS problem on Heroku * Undo translations to pt-BR
1 parent bc38926 commit f3e3b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"supertest": "0.15.0"
4444
},
4545
"engines": {
46-
"node": "4.5.0"
46+
"node": "6.11.1"
4747
},
4848
"bin": {
4949
"slackin": "./bin/slackin"

0 commit comments

Comments
 (0)