diff --git a/README.md b/README.md index 864639e..776097c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # DataV -# Version 1.1.0 +# Version 1.1.1 ## Vue 大屏数据展示组件库 diff --git a/package.json b/package.json new file mode 100644 index 0000000..f371db5 --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "@jiaminghi/data-view", + "version": "1.1.1", + "author": "JiaMing <743192023@qq.com>", + "description": "Vue Large screen data display component library", + "main": "index.js", + "repository": { + "type": "git", + "url": "https://github.com/jiaming743/DataV.git" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/jiaming743/DataV/issues" + }, + "keywords": [ + "vue", + "chart", + "dataview" + ], + "homepage": "https://github.com/jiaming743/DataV#readme" +}