Skip to content

Commit

Permalink
fix: Remove unnecessary files from npm package (#3054)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmathieson committed Jul 8, 2021
1 parent 5ab026d commit 7600b7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .npmignore

This file was deleted.

6 changes: 6 additions & 0 deletions package.json
Expand Up @@ -50,6 +50,12 @@
],
"main": "axe.js",
"typings": "axe.d.ts",
"files": [
"axe.js",
"axe.min.js",
"axe.d.ts",
"locales/"
],
"standard-version": {
"scripts": {
"postbump": "npm ci && npm run sri-update"
Expand Down

0 comments on commit 7600b7c

Please sign in to comment.