Skip to content

Commit

Permalink
Use files instead of .npmignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jan 12, 2022
1 parent d109176 commit b93d120
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .npmignore

This file was deleted.

11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,14 @@
"trailingComma": "all",
"tabWidth": 2,
"quoteProps": "consistent"
}
},
"files": [
"/LICENSE.md",
"/README.md",
"/package.json",
"/package-lock.json",
"/dist/**/*",
"/extended/**/*",
"/src/webauthn-json/**/*"
]
}

0 comments on commit b93d120

Please sign in to comment.