Skip to content

Commit

Permalink
Add babel fix for #1525
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvanloon committed Jan 14, 2018
1 parent ed9e605 commit 9d0a664
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"presets": [
[
"env", { "modules": false }
]
]
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@
"license": "ISC",
"scripts": {
"dev": "gulp",
"dist": "gulp clean"
"dist": "gulp clean",
"build": "gulp build"
},
"devDependencies": {
"angular": "^1.6.2",
"angular-animate": "^1.6.2",
"angular-sanitize": "^1.6.2",
"angular-translate": "^2.15.1",
"angular-translate-handler-log": "^2.15.1",
"babel-preset-env": "^1.6.1",
"bignumber.js": "^4.0.2",
"bip39": "^2.3.1",
"browserify": "^14.3.0",
Expand Down

0 comments on commit 9d0a664

Please sign in to comment.