Skip to content

Commit 26816b1

Browse files
datastore: remove devDeps from deps
1 parent 406a836 commit 26816b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,8 @@
5252
"dependencies": {
5353
"@google-cloud/common": "^0.4.0",
5454
"arrify": "^1.0.0",
55-
"async": "^2.0.1",
5655
"concat-stream": "^1.5.0",
5756
"create-error-class": "^3.0.2",
58-
"deep-strict-equal": "^0.2.0",
5957
"extend": "^3.0.0",
6058
"is": "^3.0.1",
6159
"lodash.flatten": "^4.2.0",
@@ -65,6 +63,8 @@
6563
"split-array-stream": "^1.0.0"
6664
},
6765
"devDependencies": {
66+
"async": "^2.0.1",
67+
"deep-strict-equal": "^0.2.0",
6868
"mocha": "^3.0.1",
6969
"proxyquire": "^1.7.10",
7070
"through2": "^2.0.0"

0 commit comments

Comments
 (0)