Skip to content

Commit

Permalink
fix packages files
Browse files Browse the repository at this point in the history
  • Loading branch information
FrenchYeti committed Nov 28, 2022
1 parent 54f852f commit a285fcb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "@reversense/interruptor",
"version": "1.0.5",
"version": "1.0.6",
"description": "A Frida-based library for hook system call (and interrupts) and produce strace-like output ",
"main": "index.js",
"type": "module",
"files": [
"src/**/*.d.ts",
"src/**/*.js",
"*.d.ts",
"*.js"
],
"scripts": {
Expand Down

0 comments on commit a285fcb

Please sign in to comment.