Skip to content

Commit

Permalink
fix: add main to package.json (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley authored Jan 6, 2022
1 parent 4214ad1 commit bff22f0
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
Expand Up @@ -55,5 +55,6 @@
"lint": "eslint . --ext .ts --config .eslintrc",
"pretest": "yarn build && tsc -p test --noEmit",
"build": "rm -rf lib && tsc"
}
},
"main": "lib/index.js"
}

0 comments on commit bff22f0

Please sign in to comment.