Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trufae committed Jan 31, 2017
1 parent dd43bd1 commit 7d3adf5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "r2frida-agent",
"version": "1.4.0",
"version": "1.5.0",
"description": "Agent for frida:// io plugin",
"private": true,
"main": "src/agent/index.js",
Expand Down Expand Up @@ -31,10 +31,10 @@
},
"license": "LGPL-3.0",
"dependencies": {
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-runtime": "^6.20.0",
"frida-compile": "5.0.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-runtime": "^6.22.0",
"frida-compile": "5.0.1",
"mjolner": "^1.0.6"
}
}

0 comments on commit 7d3adf5

Please sign in to comment.