We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdc979a + 99c4b42 commit e00c323Copy full SHA for e00c323
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "javascript-regex",
3
- "version": "2.0.3",
+ "version": "2.0.4",
4
"description": "Syntax highlighting for JavaScript regular expressions",
5
"keywords": [
6
"javascript",
@@ -21,6 +21,7 @@
21
"main": "index.js",
22
"dependencies": {
23
"tree-sitter-regex-js": "^2.0.0",
24
- "tree-sitter-regex-unicode-js": "^2.0.0"
+ "tree-sitter-regex-unicode-js": "^2.0.0",
25
+ "nan": "^2.15.0"
26
}
27
0 commit comments