diff --git a/README.md b/README.md
index 9832073..f6d639c 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
Vue-upload-component Test
-
+
diff --git a/package.json b/package.json
index 70d445e..a950bfb 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,14 @@
{
"name": "vue-upload-component",
"description": "Vue.js file upload component, Support for multiple file uploads, progress, html5, html4, support ie9",
- "version": "2.4.0-beta.10",
+ "version": "2.4.0-beta.11",
"author": "LianYue",
"scripts": {
"dev": "webpack-dev-server --inline --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules --config webpack.config.build.min.js && cross-env NODE_ENV=production webpack --progress --hide-modules --config webpack.config.build.js && cross-env NODE_ENV=production webpack --progress --hide-modules --config webpack.config.js"
},
"main": "dist/vue-upload-component.js",
+ "unpkg": "dist/vue-upload-component.js",
"repository": {
"type": "git",
"url": "git+https://github.com/lian-yue/vue-upload-component.git"