Skip to content

Commit

Permalink
chore: Add main field (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
arv authored Jun 3, 2024
1 parent fa31c25 commit 0e2873f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prepack": "npm run lint && npm run test "
},
"dependencies": {
"@rocicorp/resolver": "^1.0.1"
"@rocicorp/resolver": "^1.0.2"
},
"devDependencies": {
"@types/chai": "^4.3.6",
Expand All @@ -35,6 +35,7 @@
"type": "module",
"types": "out/lock.d.ts",
"module": "./out/lock.js",
"main": "./out/lock.js",
"exports": {
".": "./out/lock.js"
},
Expand Down

0 comments on commit 0e2873f

Please sign in to comment.