Skip to content

Commit 54ad51d

Browse files
committed
Update version.
1 parent 63118d2 commit 54ad51d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Alternative, faster React.js JSX parser",
44
"homepage": "https://github.com/RReverser/acorn-jsx",
55
"main": "acorn.js",
6-
"version": "1.0.0",
6+
"version": "1.0.1",
77
"maintainers": [
88
{
99
"name": "Ingvar Stepanyan",

test/run.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
var driver = require("./driver.js");
2-
require("..");
32
require("./tests-jsx.js");
43

54
function group(name) {
@@ -21,7 +20,7 @@ function log(title, message) {
2120
var stats, modes = {
2221
Normal: {
2322
config: {
24-
parse: require("acorn").parse
23+
parse: require("..").parse
2524
}
2625
}
2726
};

0 commit comments

Comments
 (0)