Skip to content

Commit fbd2c4d

Browse files
authored
Update nodent to latest version
Fixes a range of edge cases related to try-catch, strict mode and location of package.json options.
1 parent 2357832 commit fbd2c4d

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
@@ -1,8 +1,8 @@
11
{
22
"name": "fast-async",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"dependencies": {
5-
"nodent": ">=3.0.8"
5+
"nodent": ">=3.0.13"
66
},
77
"description": "fast-async/await transformer Babel plugin",
88
"main": "plugin.js",

0 commit comments

Comments
 (0)