Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus authored Mar 23, 2022
1 parent 59d18fe commit 5a7c911
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"license": "MIT",
"author": "GitHub Inc.",
"type": "module",
"main": "src/index.js",
"module": "src/index.js",
"main": "lib/index.js",
"module": "lib/index.js",
"files": [
"src"
"lib"
],
"scripts": {
"build": "tsc --build ./tsconfig.build.json",
Expand Down

0 comments on commit 5a7c911

Please sign in to comment.