File tree Expand file tree Collapse file tree 12 files changed +16
-17
lines changed Expand file tree Collapse file tree 12 files changed +16
-17
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ language: node_js
1616node_js :
1717- " stable"
1818- " 0.12"
19- - " 0.10"
2019
2120cache :
2221 directories :
Original file line number Diff line number Diff line change 33This repository holds Node.js samples used throughout [ cloud.google.com] ( ) .
44
55[ ![ Build Status] ( https://travis-ci.org/GoogleCloudPlatform/nodejs-docs-samples.svg )] ( https://travis-ci.org/GoogleCloudPlatform/nodejs-docs-samples )
6- [ ![ Coverage Status] ( https://coveralls .io/repos/ github/GoogleCloudPlatform/nodejs-docs-samples/badge .svg?branch=master )] ( https://coveralls .io/github/GoogleCloudPlatform/nodejs-docs-samples ?branch=master )
6+ [ ![ Coverage Status] ( https://codecov .io/github/GoogleCloudPlatform/nodejs-getting-started/coverage .svg?branch=master )] ( https://codecov .io/github/GoogleCloudPlatform/nodejs-getting-started ?branch=master )
77
88## Table of Contents
99
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ var crypto = require('crypto');
2323var app = express ( ) ;
2424app . enable ( 'trust proxy' ) ;
2525
26- var dataset = gcloud . datastore . dataset ( {
26+ var dataset = gcloud . datastore ( {
2727 // This environment variable is set by app.yaml when running on GAE, but will
2828 // need to be manually set when running locally.
2929 projectId : process . env . GCLOUD_PROJECT
Original file line number Diff line number Diff line change 1515 },
1616 "dependencies" : {
1717 "express" : " ^4.13.4" ,
18- "gcloud" : " ^0.27.0 "
18+ "gcloud" : " ^0.30.3 "
1919 }
2020}
Original file line number Diff line number Diff line change 1616 "dependencies" : {
1717 "body-parser" : " ^1.14.2" ,
1818 "express" : " ^4.13.4" ,
19- "gcloud" : " ^0.27.0 " ,
19+ "gcloud" : " ^0.30.3 " ,
2020 "jade" : " ^1.11.0"
2121 }
2222}
Original file line number Diff line number Diff line change 99 "dependencies" : {
1010 "body-parser" : " ^1.14.2" ,
1111 "express" : " ^4.13.4" ,
12- "gcloud" : " ^0.27.0 " ,
12+ "gcloud" : " ^0.30.3 " ,
1313 "jade" : " ^1.11.0" ,
1414 "multer" : " ^1.1.0"
1515 }
Original file line number Diff line number Diff line change 1313 },
1414 "dependencies" : {
1515 "async" : " ^1.5.2" ,
16- "gcloud" : " ^0.29.0 " ,
16+ "gcloud" : " ^0.30.3 " ,
1717 "request" : " ^2.69.0"
1818 }
1919}
Original file line number Diff line number Diff line change 1414 "vms_api" : " node vms_api.js"
1515 },
1616 "dependencies" : {
17- "gcloud" : " ^0.30.2 " ,
17+ "gcloud" : " ^0.30.3 " ,
1818 "googleapis" : " ^4.0.0" ,
1919 "sendgrid" : " ^2.0.0"
2020 }
Original file line number Diff line number Diff line change 1414 "export" : " node export.js"
1515 },
1616 "dependencies" : {
17- "gcloud" : " ^0.27.0 "
17+ "gcloud" : " ^0.30.3 "
1818 }
1919}
Original file line number Diff line number Diff line change 2929 "ava" : " ava --match='!*: dependencies should install*'" ,
3030 "ava:deps" : " npm run deps_appengine && npm run ava" ,
3131 "cover" : " npm run deps_appengine && nyc ava --match='!*: dependencies should install*'" ,
32- "report" : " nyc report --reporter=text- lcov | ./node_modules/.bin/coveralls " ,
32+ "report" : " nyc report --reporter=lcov | codecov " ,
3333 "report-html" : " nyc report --reporter=html" ,
3434 "deps_gce" : " cd computeengine; npm i; cd ../" ,
3535 "deps_bigquery" : " cd bigquery; npm i; cd ../" ,
5252 "devDependencies" : {
5353 "async" : " ^1.5.2" ,
5454 "ava" : " ^0.13.0" ,
55- "coveralls " : " ^2.11.9 " ,
55+ "codecov " : " ^1.0.1 " ,
5656 "jshint" : " ~2.9.1" ,
5757 "nyc" : " ^6.1.1" ,
5858 "proxyquire" : " ^1.7.4" ,
59- "request" : " ^2.69 .0" ,
60- "supertest" : " ^1.1 .0"
59+ "request" : " ^2.70 .0" ,
60+ "supertest" : " ^1.2 .0"
6161 }
6262}
You can’t perform that action at this time.
0 commit comments