Skip to content

Commit

Permalink
chore: files instead of .npmignore for better readability (#3694)
Browse files Browse the repository at this point in the history
See discussions at <#3656 (comment)>
  • Loading branch information
haoqunjiang authored Jun 8, 2021
1 parent f66dce4 commit f525a36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/vite/.npmignore

This file was deleted.

7 changes: 7 additions & 0 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
},
"main": "dist/node/index.js",
"types": "dist/node/index.d.ts",
"files": [
"bin",
"dist",
"client.d.ts",
"src",
"!/src/**/__tests__/"
],
"engines": {
"node": ">=12.0.0"
},
Expand Down

0 comments on commit f525a36

Please sign in to comment.