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
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