Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hukaibaihu committed Sep 6, 2018
1 parent b79771d commit 13e754c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue2-org-tree",
"description": "A simple organization tree chart based on Vue2.x",
"version": "1.0.1",
"version": "1.0.2",
"main": "dist/index.js",
"author": "steven <[email protected]>",
"license": "MIT",
Expand Down
5 changes: 4 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ module.exports = {
output: {
path: path.resolve(__dirname, './dist'),
publicPath: '/dist/',
filename: 'index.js'
filename: 'index.js',
library: 'vue2-org-tree',
libraryTarget: 'umd',
umdNamedDefine: true
},
module: {
rules: [
Expand Down

0 comments on commit 13e754c

Please sign in to comment.