Skip to content

Commit

Permalink
Upgrade: acorn 3.2.0 (fixes #279)
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Jun 12, 2016
1 parent c747397 commit 4d8400f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
},
"license": "BSD-2-Clause",
"dependencies": {
"acorn": "^3.1.0",
"acorn": "^3.2.0",
"acorn-jsx": "^3.0.0"
},
"devDependencies": {
Expand Down
@@ -0,0 +1,6 @@
module.exports = {
"index": 14,
"lineNumber": 2,
"column": 5,
"message": "'this' can not be used as shorthand property"
};
@@ -0,0 +1,3 @@
var x = {
this
};

0 comments on commit 4d8400f

Please sign in to comment.