Skip to content

Commit ba178ac

Browse files
author
Ben Stahl
committed
Configstore should be a dependency
1 parent f5e1aa8 commit ba178ac

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
@@ -42,7 +42,6 @@
4242
"@vimeo/eslint-config-player": "^4.0.1",
4343
"assert": "^1.3.0",
4444
"babel-eslint": "^6.0.4",
45-
"configstore": "^2.0.0",
4645
"coveralls": "^2.11.4",
4746
"eslint": "^2.9.0",
4847
"eslint-plugin-promise": "^1.1.0",
@@ -54,6 +53,7 @@
5453
},
5554
"dependencies": {
5655
"crypto-rand": "0.0.2",
57-
"gcloud": "^0.32.0"
56+
"gcloud": "^0.32.0",
57+
"configstore": "^2.0.0"
5858
}
5959
}

0 commit comments

Comments
 (0)