Skip to content

Commit

Permalink
Add base support for Vue and Axios
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Welch <[email protected]>
  • Loading branch information
khalwat committed Dec 6, 2017
1 parent 1ce573b commit 6f679eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6f679eb

Please sign in to comment.