Skip to content

Commit 54f852f

Browse files
committed
fix package type
1 parent 5b8b1d8 commit 54f852f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@reversense/interruptor",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "A Frida-based library for hook system call (and interrupts) and produce strace-like output ",
5-
"main": "index.ts",
5+
"main": "index.js",
6+
"type": "module",
67
"files": [
7-
"src/**/*.ts",
8-
"*.ts",
8+
"src/**/*.d.ts",
99
"*.js"
1010
],
1111
"scripts": {

0 commit comments

Comments
 (0)