Skip to content

Commit

Permalink
Removed es2016 and moved to ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreylanters committed Nov 17, 2017
1 parent 52e2037 commit e819cab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["es2015"]
"presets": ["env"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-unity-webgl",
"version": "6.0.0",
"description": "A Unity WebGL component for your React application",
"main": "lib/react-unity-webgl.js",
"main": "lib/index.js",
"scripts": {
"compile": "babel --presets react source --out-dir lib",
"prepublish": "npm run compile"
Expand Down

0 comments on commit e819cab

Please sign in to comment.