File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ webpack.config.js
2020
2121webpack-sets
2222
23-
23+ dist2
Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments