Skip to content

Commit

Permalink
fix a bug package json for png files
Browse files Browse the repository at this point in the history
  • Loading branch information
A1Gard committed Mar 7, 2019
1 parent 865ef68 commit e5d205a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
},
"files": [
"dist/x-tree-select.min.css",
"dist/x-tree-select.min.js"
"dist/x-tree-select.min.js",
"dist/left.png",
"dist/right.png",
],
"main": "module/index.js",
"dependencies": {
Expand Down Expand Up @@ -35,5 +37,5 @@
"type": "git",
"url": "git+https://github.com/4xmen/tree-select.git"
},
"version": "1.1.2"
"version": "1.2.1"
}

0 comments on commit e5d205a

Please sign in to comment.