Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jul 23, 2024
1 parent 4c19c77 commit 33423bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gmod/nclist",
"version": "1.0.2",
"version": "1.0.3",
"description": "Read features from JBrowse 1 format nested containment list JSON",
"main": "dist/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -55,8 +55,8 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@jridgewell/resolve-uri": "^3.1.2",
"@gmod/abortable-promise-cache": "^2.0.0",
"@jridgewell/resolve-uri": "^3.1.2",
"quick-lru": "^4.0.0"
},
"keywords": [
Expand Down

0 comments on commit 33423bf

Please sign in to comment.