Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #27 from bfred-it/patch-1
Browse files Browse the repository at this point in the history
Enable ES2017
  • Loading branch information
Trey Cordova authored Jul 18, 2017
2 parents 45d7fea + fee8480 commit 1fe3499
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "JSX to native DOM API transpilation.",
"main": "source/nativejsx.js",
"dependencies": {
"acorn": "^4.0.11",
"acorn-jsx": "^3.0.1",
"acorn": "^5.1.1",
"acorn-jsx": "^4.0.1",
"commander": "^2.9.0",
"escodegen": "^1.7.1",
"glob": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion source/nativejsx.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const defaults = {
plugins: {
jsx: true
},
ecmaVersion: 6,
ecmaVersion: 8,
sourceType: 'module'
}
}
Expand Down

0 comments on commit 1fe3499

Please sign in to comment.