Skip to content

Commit 787e711

Browse files
swcloudstephenplusplus
authored andcommitted
Add dummy js files for datastore gapic/proto documentation (#2351)
1 parent 0204f13 commit 787e711

10 files changed

Lines changed: 1600 additions & 15 deletions

File tree

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[submodule "gh-pages"]
2+
path = gh-pages
3+
url = https://github.com/GoogleCloudPlatform/google-cloud-node.git
4+
branch = gh-pages

gh-pages

Submodule gh-pages added at fbcb81d

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "google-cloud-node",
33
"private": "true",
44
"devDependencies": {
5+
"array-includes": "^3.0.3",
56
"array-uniq": "^1.0.3",
67
"async": "^2.0.1",
78
"chalk": "^1.1.3",
@@ -15,8 +16,10 @@
1516
"is": "^3.1.0",
1617
"jscs": "^2.1.1",
1718
"jshint": "^2.9.1",
19+
"lodash.camelcase": "^4.3.0",
1820
"lodash.flatten": "^4.3.0",
1921
"lodash.template": "^4.3.0",
22+
"lodash.upperfirst": "^4.3.1",
2023
"mitm": "^1.1.0",
2124
"mocha": "^2.5.3",
2225
"multiline": "^1.0.2",
@@ -26,6 +29,7 @@
2629
"semver": "^5.3.0",
2730
"shelljs": "^0.7.3",
2831
"string-format-obj": "^1.0.0",
32+
"string-includes": "^2.0.0",
2933
"through2": "^2.0.0"
3034
},
3135
"scripts": {

0 commit comments

Comments
 (0)