Skip to content

Commit

Permalink
fix: update package.json files field
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jun 6, 2021
1 parent f02816d commit 9d10426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"exports": "./lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"!lib/**/*.test.*"
"lib/index.js",
"lib/index.d.ts"
],
"scripts": {
"test": "npm run build && xv 'lib/**/*.test.js'",
Expand Down

0 comments on commit 9d10426

Please sign in to comment.