Skip to content

Commit

Permalink
Fix #2096: cleanup old reference to external dependency crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jan 30, 2021
1 parent 5011ed1 commit 7d6fd8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# History

# not yet published, version 9.1.1

- Fix #2096: cleanup old reference to external dependency `crypto`.


# 2021-01-27, version 9.1.0

- Extended function `reshape` with support for a wildcard `-1` to automatically
Expand Down
3 changes: 0 additions & 3 deletions gulpfile.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ const webpackConfig = {
globalObject: 'this',
filename: FILE
},
externals: [
'crypto' // is referenced by decimal.js
],
plugins: [
bannerPlugin
// new webpack.optimize.ModuleConcatenationPlugin()
Expand Down

0 comments on commit 7d6fd8c

Please sign in to comment.