Skip to content

Commit

Permalink
Update main file
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Feb 26, 2023
1 parent 2a6621e commit ec67f0d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "ens-tools",
"description": "Opinionated ENS General Tooling",
"main": "./lib/index.js",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"files": [
"dist"
],
"type": "module",
"scripts": {
"test": "jest",
Expand Down

0 comments on commit ec67f0d

Please sign in to comment.