Skip to content
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.

Commit

Permalink
Merge pull request #78 from cheapsteak/patch-1
Browse files Browse the repository at this point in the history
update README.md, babelrc was not valid JSON
  • Loading branch information
yyx990803 committed Apr 18, 2016
2 parents 454a625 + e0163eb commit dfd0ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ The default Babel (6) options used for Vue.js components are:

``` js
{
presets: ['es2015'],
plugins: ['transform-runtime']
"presets": ["es2015"],
"plugins": ["transform-runtime"]
}
```

Expand Down

0 comments on commit dfd0ba1

Please sign in to comment.