vue-data-loading
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -18,3 +18,3 @@ 'use strict' | ||
output: { | ||
path: path.resolve(__dirname, '../dist/npm'), | ||
path: path.resolve(__dirname, '../dist'), | ||
publicPath: '/dist/', | ||
@@ -21,0 +21,0 @@ filename: 'index.js', |
@@ -18,3 +18,3 @@ 'use strict' | ||
output: { | ||
path: path.resolve(__dirname, '../dist/npm'), | ||
path: path.resolve(__dirname, '../dist'), | ||
publicPath: '/dist/', | ||
@@ -21,0 +21,0 @@ filename: 'index.min.js', |
{ | ||
"name": "vue-data-loading", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Another component: infinite scroll and pull down to fetch data.", | ||
"main": "src/components/vue-data-loading.vue", | ||
"main": "dist/index.js", | ||
"author": "bedlate <bedlate@gmail.com>", | ||
@@ -7,0 +7,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
233292
1388