Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
8001.2001.0-dev-harmony-fb
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmo committed Dec 19, 2014
1 parent 01e322e commit d3c34c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion component.json
@@ -1,6 +1,6 @@
{
"name": "esprima",
"version": "8001.1001.0-dev-harmony-fb",
"version": "8001.2001.0-dev-harmony-fb",
"main": "./esprima.js",
"dependencies": {},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion esprima.js
Expand Up @@ -7702,7 +7702,7 @@ parseYieldExpression: true, parseAwaitExpression: true
}

// Sync with *.json manifests.
exports.version = '8001.1001.0-dev-harmony-fb';
exports.version = '8001.2001.0-dev-harmony-fb';

exports.tokenize = tokenize;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"esparse": "./bin/esparse.js",
"esvalidate": "./bin/esvalidate.js"
},
"version": "8001.1001.0-dev-harmony-fb",
"version": "8001.2001.0-dev-harmony-fb",
"files": [
"bin",
"test/run.js",
Expand Down

0 comments on commit d3c34c4

Please sign in to comment.