This commit is contained in:
Justineo
2017-03-08 12:38:04 +08:00
parent c55f392cd8
commit feb0a1f9ad
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
2.3.3
* Fix NPM package.
2.3.2
* Fix the implementation of `disconnect`.

View File

@ -1,13 +1,13 @@
{
"name": "vue-echarts",
"version": "2.3.2",
"version": "2.3.3",
"description": "ECharts component for Vue.js.",
"main": "dist/vue-echarts.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --inline --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"prepublish": "npm run build && cp -r ./src/* . && rm index.js && rm util.js",
"publish": "rm -rf ./components"
"prepublish": "npm run build && cp -r ./src/* .",
"publish": "rm -rf ./components && rm index.js && rm util.js"
},
"keywords": [
"ECharts",