Skip to content

Commit

Permalink
Syntax highlighting added (where missing) ✨ (#11) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rmariuzzo authored and hzoo committed Oct 6, 2016
1 parent 1bf315d commit 655ae2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/babel-preset-env/README.md
Expand Up @@ -20,7 +20,7 @@ $ npm install --save-dev babel-preset-env
* `modules` - Enable transformation of ES6 module syntax to another module type (Enabled by default to `"commonjs"`).
* Can be `false` to not transform modules, or one of `["amd", "umd", "systemjs", "commonjs"]`

```
```js
{
"presets": [
["env", {
Expand Down

0 comments on commit 655ae2c

Please sign in to comment.