Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appengine/express-memcached-session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"license": "Apache Version 2.0",
"engines": {
"node": "~0.12.7"
"node": "~4.2"
},
"scripts": {
"start": "node server.js",
Expand Down
2 changes: 1 addition & 1 deletion appengine/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"license": "Apache Version 2.0",
"engines": {
"node": "~0.12.7"
"node": "~4.2"
},
"scripts": {
"start": "node ./bin/www",
Expand Down
2 changes: 1 addition & 1 deletion appengine/geddy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"license": "Apache Version 2.0",
"engines": {
"node": "~0.12.7"
"node": "~4.2"
},
"scripts": {
"prestart": "GEDDY_SECRET=config/secrets.json; [[ -f $GEDDY_SECRET ]] || echo '{}' > $GEDDY_SECRET && geddy gen secret",
Expand Down
2 changes: 1 addition & 1 deletion appengine/grunt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"license": "Apache Version 2.0",
"engines": {
"node": "~0.12.7"
"node": "~4.2"
},
"scripts": {
"start": "node ./src/bin/www",
Expand Down
2 changes: 1 addition & 1 deletion appengine/hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"license": "Apache Version 2.0",
"engines": {
"node": "~0.12.7"
"node": "~4.2"
},
"scripts": {
"start": "node index.js",
Expand Down
2 changes: 1 addition & 1 deletion appengine/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"license": "Apache Version 2.0",
"engines": {
"node": "~0.12.7"
"node": "~4.2"
},
"scripts": {
"start": "node --harmony app.js",
Expand Down
2 changes: 1 addition & 1 deletion appengine/kraken/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"license": "Apache Version 2.0",
"engines": {
"node": "~0.12.7"
"node": "~4.2"
},
"scripts": {
"test": "node_modules/grunt-cli/bin/grunt test",
Expand Down
2 changes: 1 addition & 1 deletion appengine/loopback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"license": "Apache Version 2.0",
"engines": {
"node": "~0.12.7"
"node": "~4.2"
},
"scripts": {
"pretest": "jshint .",
Expand Down
2 changes: 1 addition & 1 deletion appengine/mailgun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"license": "Apache Version 2.0",
"engines": {
"node": "~0.12.7"
"node": "~4.2"
},
"scripts": {
"start": "node app.js",
Expand Down
2 changes: 1 addition & 1 deletion appengine/mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"license": "Apache Version 2.0",
"engines": {
"node": "~0.12.7"
"node": "~4.2"
},
"scripts": {
"start": "node server.js",
Expand Down
2 changes: 1 addition & 1 deletion appengine/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"license": "Apache Version 2.0",
"engines": {
"node": "~0.12.7"
"node": "~4.2"
},
"scripts": {
"start": "node server.js",
Expand Down
2 changes: 1 addition & 1 deletion appengine/restify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"license": "Apache Version 2.0",
"engines": {
"node": "~0.12.7"
"node": "~4.2"
},
"scripts": {
"start": "node server.js",
Expand Down
2 changes: 1 addition & 1 deletion appengine/sails/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"license": "Apache Version 2.0",
"engines": {
"node": "~0.12.7"
"node": "~4.2"
},
"scripts": {
"debug": "node debug app.js",
Expand Down