Skip to content

Commit

Permalink
Merge pull request #37 from GoogleCloudPlatform/engines
Browse files Browse the repository at this point in the history
Pin engines to Node 4.2. Closes #36.
  • Loading branch information
jmdobry committed Nov 20, 2015
2 parents dbf46d0 + 8dc80c1 commit 8b8cd98
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
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

0 comments on commit 8b8cd98

Please sign in to comment.