Skip to content

Commit 72d6174

Browse files
committed
Republish with major version due to breaking changes.
1 parent 0025436 commit 72d6174

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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.1.0",
6+
"version": "2.0.0",
77
"maintainers": [
88
{
99
"name": "Ingvar Stepanyan",
@@ -25,7 +25,7 @@
2525
"test": "node test/run.js"
2626
},
2727
"dependencies": {
28-
"acorn": "^1.2.2"
28+
"acorn": "^2.0.1"
2929
},
3030
"devDependencies": {
3131
"chai": "^3.0.0",

0 commit comments

Comments
 (0)