Skip to content

Commit

Permalink
transpile to es5
Browse files Browse the repository at this point in the history
  • Loading branch information
jengeb committed Jun 29, 2016
1 parent 273ee9b commit 607fc49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"plugins": [
"babel-plugin-transform-es2015-arrow-functions",
"babel-plugin-transform-es2015-classes",
"babel-plugin-transform-es2015-computed-properties",
"babel-plugin-transform-es2015-destructuring",
Expand All @@ -8,7 +9,9 @@
"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"
]
Expand Down
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.1",
"version": "1.0.2",
"description": "NodeJS string dedenting module – make your template strings look nice!",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 607fc49

Please sign in to comment.