vue-count-to
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "vue-count-to", | ||
"description": "It's a vue component that will count to a target number at a specified duration", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Pan <panfree23@gmail.com>", | ||
"main": "dist/vue-count-to.min.js", | ||
"main": "src/component/vue-countTo.vue", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot --content-base='./demo/'", |
67364