Skip to content

Commit

Permalink
Merge pull request #757 from gmathieu/fix-default-keyword
Browse files Browse the repository at this point in the history
Fix "default is a reserved keyword" error no-named-default tests
  • Loading branch information
ljharb committed Mar 2, 2017
2 parents b5a962f + e0e9149 commit 98e7048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel

### Fixed
- attempt to fix crash in [`no-mutable-exports`]. ([#660])
- "default is a reserved keyword" in no-maned-default tests by locking down babylon to 6.15.0 (#756, thanks @gmathieu)


## [2.2.0] - 2016-11-07
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"babel-plugin-istanbul": "^2.0.1",
"babel-preset-es2015-argon": "latest",
"babel-register": "6.16.3",
"babylon": "6.15.0",
"chai": "^3.4.0",
"coveralls": "^2.11.4",
"cross-env": "^3.1.0",
Expand Down

0 comments on commit 98e7048

Please sign in to comment.