Skip to content

Commit

Permalink
fix package scope
Browse files Browse the repository at this point in the history
  • Loading branch information
FrenchYeti committed Nov 25, 2022
1 parent 128827c commit 2e00e58
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@reversense/interruptor",
"name": "@rvrsns/interruptor",
"version": "1.0.0",
"description": "A Frida-based library for hook system call (and interrupts) and produce strace-like output ",
"main": "index.ts",
Expand All @@ -9,6 +9,7 @@
"*.ts"
],
"scripts": {
"build": "npx tsc",
"test": "mocha -r ts-node/register ./test/**/*.ts",
"clean": "rm src/**/*.js src/**/*.d.ts"
},
Expand Down Expand Up @@ -42,5 +43,8 @@
},
"directories": {
"example": "examples"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
}

0 comments on commit 2e00e58

Please sign in to comment.