Skip to content

Commit

Permalink
Add dummy js files for datastore gapic/proto documentation (#2351)
Browse files Browse the repository at this point in the history
  • Loading branch information
swcloud authored and stephenplusplus committed Jun 30, 2017
1 parent 0204f13 commit 787e711
Show file tree
Hide file tree
Showing 10 changed files with 1,600 additions and 15 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "gh-pages"]
path = gh-pages
url = https://github.com/GoogleCloudPlatform/google-cloud-node.git
branch = gh-pages
1 change: 1 addition & 0 deletions gh-pages
Submodule gh-pages added at fbcb81
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "google-cloud-node",
"private": "true",
"devDependencies": {
"array-includes": "^3.0.3",
"array-uniq": "^1.0.3",
"async": "^2.0.1",
"chalk": "^1.1.3",
Expand All @@ -15,8 +16,10 @@
"is": "^3.1.0",
"jscs": "^2.1.1",
"jshint": "^2.9.1",
"lodash.camelcase": "^4.3.0",
"lodash.flatten": "^4.3.0",
"lodash.template": "^4.3.0",
"lodash.upperfirst": "^4.3.1",
"mitm": "^1.1.0",
"mocha": "^2.5.3",
"multiline": "^1.0.2",
Expand All @@ -26,6 +29,7 @@
"semver": "^5.3.0",
"shelljs": "^0.7.3",
"string-format-obj": "^1.0.0",
"string-includes": "^2.0.0",
"through2": "^2.0.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit 787e711

Please sign in to comment.