UNPKG
git-like-audit-trail
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Git like audit trail
github.com/awcjack/git-like-audit-trail
git-like-audit-trail
/
.babelrc
9 lines
•
280 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
{
"presets"
: [
"
@babel
/preset-env"
],
"plugins"
: [
"
@babel
/plugin-transform-runtime"
,
"
@babel
/plugin-proposal-async-generator-functions"
,
"
@babel
/plugin-proposal-optional-chaining"
,
"
@babel
/plugin-proposal-nullish-coalescing-operator"
] }