Skip to content

Commit

Permalink
Use files instead of npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Apr 21, 2023
1 parent 4d01cd6 commit 0c31610
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .npmignore

This file was deleted.

6 changes: 6 additions & 0 deletions package.json
Expand Up @@ -10,6 +10,12 @@
"type": "git"
},
"homepage": "https://github.com/ianvs/prettier-plugin-sort-imports#readme",
"files": [
"CHANGELOG.md",
"lib/**",
"!lib/**/__tests__/**",
"types"
],
"scripts": {
"prepare": "yarn run compile",
"compile": "tsc",
Expand Down

0 comments on commit 0c31610

Please sign in to comment.