You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead depend on npm to dedupe. This is better as we will no longer fail if the user has Babel 6 and we Babel 5, and npm just won't dedupe. Same situation in the future when we're on Babel 6, but the user is still on Babel 5.
Copy file name to clipboardExpand all lines: readme.md
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -363,16 +363,7 @@ test(t => {
363
363
});
364
364
```
365
365
366
-
You can also use your own local Babel version:
367
-
368
-
```json
369
-
{
370
-
"devDependencies": {
371
-
"ava": "^0.6.0",
372
-
"babel-core": "^5.8.0"
373
-
}
374
-
}
375
-
```
366
+
We don't yet [support Babel 6](https://github.com/sindresorhus/ava/pull/221), but you can use any Babel version in your project. We use our own bundled one.
0 commit comments