Skip to content

Commit 5184843

Browse files
authored
Merge pull request #28 from wizard04wsu/dev
v2.0.13
2 parents ff1967d + f663d08 commit 5184843

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This package implements two tree-sitter parsers:
1313
### Unable to install on Windows
1414
Instead of installing it from within Atom, try from the command line.
1515

16-
cd %USERPROFILE%\\.atom\\packages
16+
cd %USERPROFILE%\.atom\packages
1717
apm install javascript-regex
1818

1919
### Failure to load package grammars when I open Atom

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-regex",
3-
"version": "2.0.12",
3+
"version": "2.0.13",
44
"description": "Syntax highlighting for JavaScript regular expressions",
55
"keywords": [
66
"javascript",

0 commit comments

Comments
 (0)