Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Merge pull request #2054 from eosclassicteam/npm-update
Browse files Browse the repository at this point in the history
Fixed npm packages (security audit & updated module)
  • Loading branch information
gamalielhere authored Sep 12, 2018
2 parents 99dc7b5 + fdbefcb commit b05699d
Show file tree
Hide file tree
Showing 5 changed files with 3,320 additions and 3,060 deletions.
4 changes: 3 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"presets": [
[
"env", { "modules": false }
"env", {
"modules": false
}
]
]
}
5 changes: 0 additions & 5 deletions app/bin/startMEW.js

This file was deleted.

9 changes: 1 addition & 8 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ function onSuccess(msg) {
}
}

function notifyFunc(msg) {
return gulp.src('.', { read: false })
.pipe(notify(onSuccess(msg)))
}



// HTML / TPL Pages
let htmlFiles = app + 'layouts/*.html';
let tplFiles = app + 'includes/*.tpl';
Expand Down Expand Up @@ -103,7 +96,7 @@ let js_destFolder_CX = dist_CX + 'js/';
let js_destFile = 'etherwallet-master.js';
let browseOpts = { debug: true }; // generates inline source maps - only in js-debug
let babelOpts = {
presets: ['es2015'],
presets: ['env'],
compact: false,
global: true
};
Expand Down
Loading

0 comments on commit b05699d

Please sign in to comment.