From 5c52a7b49dfeca0a8a43a349edac532808ff2ae6 Mon Sep 17 00:00:00 2001 From: jiaming743 <743192023@qq.com> Date: Wed, 30 Jan 2019 17:52:01 +0800 Subject: [PATCH] V 1.1.1 --- README.md | 2 +- package.json | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 package.json 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" +}