Skip to content

Commit

Permalink
Fix path in r2pipe-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Mar 21, 2024
1 parent a77d3b4 commit 4671c3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "r2pipe-ts",
"version": "0.1.1",
"version": "0.1.2",
"description": "TypeScript r2pipe API",
"type": "commonjs",
"main": "./r2pipe/index.js",
"types": "./r2pipe/index.d.js",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
"license": "MIT",
"engines": {
"node": ">=18.0"
Expand Down

0 comments on commit 4671c3b

Please sign in to comment.