Skip to content

Commit

Permalink
Merge pull request #49 from tone-row/fix-types
Browse files Browse the repository at this point in the history
Fix Type; patch
  • Loading branch information
rob-gordon committed Jul 12, 2023
2 parents 17c6c2b + a52d804 commit 91863ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.17.0
v18.10.0
5 changes: 3 additions & 2 deletions graph-selector/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "graph-selector",
"type": "module",
"version": "0.9.8",
"version": "0.9.9",
"source": "src/index.ts",
"exports": {
"require": "./dist/graph-selector.cjs",
"default": "./dist/graph-selector.modern.js"
"default": "./dist/graph-selector.modern.js",
"types": "./dist/index.d.ts"
},
"main": "./dist/graph-selector.cjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 91863ce

Please sign in to comment.