Skip to content

Commit

Permalink
add types and fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
CordlessWool committed Jan 10, 2024
1 parent 9738e36 commit 74dd24e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@cotton-coding/loom-fs",
"name": "@loom-io/fs",
"module": "dist/app.js",
"author": "Cotton Coding",
"license": "MIT",
Expand Down Expand Up @@ -43,6 +43,9 @@
"yaml": "^2.3.4"
},
"exports": {
".": "./dist/app.js"
".": {
"import": "./dist/app.js",
"types": "./dist/app.d.ts"
}
}
}

0 comments on commit 74dd24e

Please sign in to comment.