Skip to content

Commit 0ab6135

Browse files
authored
Update babel, chai, eslint, grunt, rollup (#26)
1 parent 6c53e5b commit 0ab6135

File tree

3 files changed

+2768
-2499
lines changed

3 files changed

+2768
-2499
lines changed

.babelrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"presets": [
3-
["env", {
3+
["@babel/preset-env", {
44
"modules": false
55
}]
66
],
7-
"plugins": ["external-helpers"]
7+
"plugins": [
8+
"@babel/plugin-external-helpers"]
89
}

0 commit comments

Comments
 (0)