Skip to content

Commit

Permalink
use es2015 babel preset
Browse files Browse the repository at this point in the history
  • Loading branch information
jengeb committed Jun 29, 2016
1 parent 607fc49 commit 863f42b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
17 changes: 1 addition & 16 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
{
"plugins": [
"babel-plugin-transform-es2015-arrow-functions",
"babel-plugin-transform-es2015-classes",
"babel-plugin-transform-es2015-computed-properties",
"babel-plugin-transform-es2015-destructuring",
"babel-plugin-transform-es2015-function-name",
"babel-plugin-transform-es2015-modules-commonjs",
"babel-plugin-transform-es2015-object-super",
"babel-plugin-transform-es2015-parameters",
"babel-plugin-transform-es2015-shorthand-properties",
"babel-plugin-transform-es2015-spread",
"babel-plugin-transform-es2015-sticky-regex",
"babel-plugin-transform-es2015-template-literals",
"babel-plugin-transform-es2015-typeof-symbol",
"babel-plugin-transform-es2015-unicode-regex"
]
"presets": ["es2015"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dentist",
"version": "1.0.2",
"version": "1.0.3",
"description": "NodeJS string dedenting module – make your template strings look nice!",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 863f42b

Please sign in to comment.