From 078d24bbe211e2b7052f1b3aef97f1a225d47b6d Mon Sep 17 00:00:00 2001 From: Jeff Sagal Date: Wed, 6 Apr 2016 09:53:35 -0700 Subject: [PATCH] vuex should be in devDependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3c6a9d3..7d79a1b 100644 --- a/package.json +++ b/package.json @@ -24,10 +24,10 @@ "url": "https://github.com/sagalbot/vue-select.git" }, "dependencies": { - "vue": "^1.0.16", - "vuex": "^0.6.2" + "vue": "^1.0.16" }, "devDependencies": { + "vuex": "^0.6.2", "babel-core": "^6.0.0", "babel-plugin-transform-runtime": "^6.0.0", "babel-preset-es2015": "^6.0.0",