vue-radial-progress
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "vue-radial-progress", | ||
"version": "0.0.1", | ||
"description": "A Vue Component that TODO", | ||
"version": "0.0.2", | ||
"description": "A radial progress bar component for VueJS", | ||
"main": "src/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -10,3 +10,3 @@ var config = require('./webpack.config.js'); | ||
filename: 'build.min.js', | ||
library: 'RadialStepLoader', | ||
library: 'RadialProgressBar', | ||
libraryTarget: 'umd' | ||
@@ -13,0 +13,0 @@ } |
184853