Skip to content

Commit d15d74c

Browse files
authored
Merge pull request #100 from Nhogs/develop
Fix dependagot alert on babel-traverse dependency
2 parents 21b7a98 + 2e26abd commit d15d74c

File tree

3 files changed

+170
-5710
lines changed

3 files changed

+170
-5710
lines changed

.babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"env": {
33
"test": {
4-
"plugins": ["transform-es2015-modules-commonjs"]
4+
"plugins": ["@babel/plugin-transform-modules-commonjs"]
55
}
66
}
77
}

0 commit comments

Comments
 (0)