Skip to content

Commit

Permalink
Mark version 6.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Oct 5, 2020
1 parent f51895b commit f6b83ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acorn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://github.com/acornjs/acorn",
"main": "dist/acorn.js",
"module": "dist/acorn.mjs",
"version": "6.4.1",
"version": "6.4.2",
"engines": {"node": ">=0.4.0"},
"maintainers": [
{
Expand Down
2 changes: 1 addition & 1 deletion acorn/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import {isIdentifierChar, isIdentifierStart} from "./identifier"
import {Token} from "./tokenize"
import {isNewLine, lineBreak, lineBreakG, nonASCIIwhitespace} from "./whitespace"

export const version = "6.4.0"
export const version = "6.4.2"
export {
Parser,
defaultOptions,
Expand Down

0 comments on commit f6b83ed

Please sign in to comment.