Skip to content

Commit

Permalink
missing "files" ref 🤦🏻‍♂️
Browse files Browse the repository at this point in the history
  • Loading branch information
johntalton committed Jul 11, 2024
1 parent b547117 commit fa80d89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@johntalton/i2c-bus-mcp2221",
"version": "4.0.0",
"version": "4.0.1",
"type": "module",
"exports": {
"import": "./lib/index.js",
Expand All @@ -9,6 +9,7 @@
"files": [
"src/**/*.ts",
"lib/**/*.js",
"lib/**/*.js.map",
"lib/**/*.d.ts",
"lib/**/*.d.ts.map"
],
Expand Down

0 comments on commit fa80d89

Please sign in to comment.