Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
YOKE committed May 14, 2023
1 parent dc5be0b commit c0ac7b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
"version": "3.1.2",
"description": "A virtual scrolling list component that can be sorted by dragging, support vue3",
"main": "dist/virtual-drag-list.min.js",
"types": "types/index.d.ts",
"files": [
"dist"
"dist",
"types"
],
"scripts": {
"lint": "eslint --fix src --ext .js",
Expand Down

0 comments on commit c0ac7b5

Please sign in to comment.