Skip to content

Commit

Permalink
Update README.md [skip ci] Fix #532
Browse files Browse the repository at this point in the history
  • Loading branch information
boopathi committed May 23, 2017
1 parent 491e0e3 commit 9829339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gulp-babili/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gulp.task("minify", () =>
gulp.src("./build/app.js")
.pipe(babili({
mangle: {
keepClassNames: true
keepClassName: true
}
}))
.pipe(gulp.dest("./dist"));
Expand Down

0 comments on commit 9829339

Please sign in to comment.