Skip to content

Commit bc9b8a0

Browse files
committed
Bump Acorn from v2.x to v3.x
includes a breaking change https://github.com/ternjs/acorn/blob/master/CHANGELOG.md#300-2016-02-10
1 parent cdc624d commit bc9b8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test": "node test/run.js"
2525
},
2626
"dependencies": {
27-
"acorn": "^2.0.1"
27+
"acorn": "^3.0.4"
2828
},
2929
"devDependencies": {
3030
"chai": "^3.0.0",

0 commit comments

Comments
 (0)