From 6f679ebbfa28f0bf5ac32d66a410f903a5bfa405 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 6 Dec 2017 12:02:06 -0500 Subject: [PATCH] Add base support for Vue and Axios Signed-off-by: Andrew Welch --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 06ecba3..fee982a 100644 --- a/package.json +++ b/package.json @@ -100,9 +100,11 @@ ], "distJs": [ "./build/js/*.js", + "./node_modules/axios/dist/axios.min.js", "./node_modules/lazysizes/lazysizes.min.js", "./node_modules/lazysizes/plugins/bgset/ls.bgset.min.js", - "./node_modules/picturefill/dist/picturefill.min.js" + "./node_modules/picturefill/dist/picturefill.min.js", + "./node_modules/vue/dist/vue.min.js" ], "babelJs": [ "./src/js/*.js"