Skip to content

Commit

Permalink
Update nodent to latest version
Browse files Browse the repository at this point in the history
Fixes a range of edge cases related to try-catch, strict mode and location of package.json options.
  • Loading branch information
MatAtBread authored Feb 16, 2017
1 parent 2357832 commit fbd2c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "fast-async",
"version": "6.2.0",
"version": "6.2.1",
"dependencies": {
"nodent": ">=3.0.8"
"nodent": ">=3.0.13"
},
"description": "fast-async/await transformer Babel plugin",
"main": "plugin.js",
Expand Down

0 comments on commit fbd2c4d

Please sign in to comment.