diff --git a/example/index.html b/example/index.html index 8968c83..e4ae600 100644 --- a/example/index.html +++ b/example/index.html @@ -3,7 +3,7 @@ - + 1
@@ -11,4 +11,4 @@
- \ No newline at end of file + diff --git a/package.json b/package.json index 68ef42b..b833193 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,7 @@ { "name": "vue-append", "version": "2.0.0", - "description": "vue-append, like v-html directive, but it can call javascript function", "main": "vue-append.js", - "files": [ - "vue-append.js", - "vue-append.min.js" - ], "scripts": { "build": "uglifyjs vue-append.js -c -m > vue-append.min.js", "dev": "webpack --watch example/example.js example/example.build.js"