Skip to content

Commit

Permalink
feat: 配置files
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie6689 committed May 30, 2024
1 parent 518bc48 commit e8c1ec8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-virtualized-list",
"version": "0.0.2-beta2",
"version": "0.0.3",
"author": "Sailing",
"license": "MIT",
"main": "lib/bundle.cjs.js",
Expand All @@ -17,6 +17,11 @@
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"files": [
"lib",
"README.md",
"package.json"
],
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
Expand Down

0 comments on commit e8c1ec8

Please sign in to comment.