We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1153434 commit cdd0431Copy full SHA for cdd0431
README.md
@@ -14,4 +14,8 @@ Import the script in your code (or load via CDN) and call `binding.pry`. A `debu
14
import 'binding-pry-js';
15
16
binding.pry
17
+
18
+// or...
19
20
+binding.irb
21
```
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "binding-pry-js",
3
- "version": "0.0.1",
+ "version": "0.2.0",
4
"description": "",
5
"main": "index.js",
6
"src": "index.js",
0 commit comments