Skip to content

Commit

Permalink
(chore) target es2020 for the agent.
Browse files Browse the repository at this point in the history
This commit also pins frida to v14+ for the quickjs runtime.
  • Loading branch information
leonjza committed Feb 17, 2021
1 parent 618c087 commit 1e79aa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions agent/tsconfig.json
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "esnext",
"lib": ["esnext"],
"target": "es2020",
"lib": ["es2020"],
"allowJs": true,
"noEmit": true,
"strict": true,
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
frida
frida>=14.0.0
frida-tools>=6.0.0
prompt_toolkit>=3.0.3,<4.0.0
click
Expand Down

0 comments on commit 1e79aa3

Please sign in to comment.