Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
closes #54
  • Loading branch information
sindresorhus committed Oct 30, 2015
1 parent ff01c19 commit 766123a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = function (grunt) {
compile: {
options: {
sourceMap: true,
presets: ['babel-preset-es2015']
presets: ['es2015']
},
files: {
'test/tmp/fixture-compiled.js': 'test/fixture.js'
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ grunt.initConfig({
babel: {
options: {
sourceMap: true,
presets: ['babel-preset-es2015']
presets: ['es2015']
},
dist: {
files: {
Expand Down

0 comments on commit 766123a

Please sign in to comment.