💎 Release new version 3.0.2

Fixed unpkg target
This commit is contained in:
Jakub Juszczak
2017-11-07 11:03:36 +01:00
parent a5f112e952
commit d9e5d5a5f0
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "vue-chartjs",
"version": "3.0.1",
"version": "3.0.2",
"description": "Vue.js wrapper for chart.js for creating beautiful charts.",
"author": "Jakub Juszczak <jakub@posteo.de>",
"homepage": "http://vue-chartjs.org",
@@ -37,7 +37,7 @@
"Charts"
],
"main": "dist/vue-chartjs.js",
"unpkg": "dist/vue-chartjs.full.min.js",
"unpkg": "dist/vue-chartjs.min.js",
"module": "es/index.js",
"jsnext:main": "es/index.js",
"files": [