Skip to content

Commit 6941332

Browse files
author
黄书伟
committed
add readme
1 parent d4b0068 commit 6941332

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ webpack.config.js
2020

2121
webpack-sets
2222

23-
23+
dist2

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "vue-easytable",
3-
"version": "0.0.9",
4-
"description": "基于vue的table组件",
5-
"main": "",
6-
"author": "Huang ShuWei",
3+
"version": "1.1.0",
4+
"description": "基于 vue2.x 的table组件",
5+
"main": "src/index.js",
6+
"author": "https://github.com/huangshuwei",
77
"license": "MIT",
88
"repository": {
99
"type": "git",
@@ -61,10 +61,11 @@
6161
},
6262
"scripts": {
6363
"build": "webpack --env.build",
64-
"dev": "webpack-dev-server --env.dev"
64+
"dev": "webpack-dev-server --env.dev",
65+
"lib":"babel packages --out-dir dist2/libs"
6566
},
6667
"bugs": {
6768
"url": "https://github.com/huangshuwei/vue-easytable/issues"
6869
},
69-
"homepage": "https://github.com/huangshuwei/vue-easytable"
70+
"homepage": "https://github.com/huangshuwei/vue-easytable/blob/master/README.md"
7071
}

0 commit comments

Comments
 (0)