Skip to content

Commit

Permalink
Review
Browse files Browse the repository at this point in the history
  • Loading branch information
yassernasc committed Jan 6, 2025
1 parent 77dd21e commit 1f41c04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ declare function lex(
specifier: string
type: number
names: string[]
positions: [
position: [
importStart: number,
specifierStart: number,
specifierEnd: number
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
"prettier-config-standard": "^7.0.0"
},
"peerDependencies": {
"bare-buffer": "^2.7.1"
"bare-buffer": "*"
}
}

0 comments on commit 1f41c04

Please sign in to comment.