Skip to content

Commit

Permalink
Stable version 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Nov 24, 2016
1 parent d085ff5 commit 23501af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esparse": "./bin/esparse.js",
"esvalidate": "./bin/esvalidate.js"
},
"version": "3.1.1",
"version": "3.1.2",
"files": [
"bin",
"dist/esprima.js"
Expand Down
2 changes: 1 addition & 1 deletion src/esprima.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ export function tokenize(code: string, options, delegate) {
export { Syntax } from './syntax';

// Sync with *.json manifests.
export const version = '3.1.1';
export const version = '3.1.2';

0 comments on commit 23501af

Please sign in to comment.