Skip to content

Commit

Permalink
Update dependencies to fix potential vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Amphiluke committed Jun 5, 2019
1 parent fad29a0 commit aa6ed0a
Show file tree
Hide file tree
Showing 6 changed files with 1,884 additions and 1,831 deletions.
10 changes: 5 additions & 5 deletions dist/potprox.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*!
potprox v0.7.0
potprox v0.7.1
https://amphiluke.github.io/potprox/
*/
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(factory((global.potprox = {})));
}(this, (function (exports) { 'use strict';
(global = global || self, factory(global.potprox = {}));
}(this, function (exports) { 'use strict';

class AbstractProto {
/**
Expand Down Expand Up @@ -911,12 +911,12 @@ https://amphiluke.github.io/potprox/
}
}

exports.LennardJones = LennardJones;
exports.Buckingham = Buckingham;
exports.LennardJones = LennardJones;
exports.Morse = Morse;
exports.Rydberg = Rydberg;
exports.Varshni3 = Varshni3;

Object.defineProperty(exports, '__esModule', { value: true });

})));
}));
4 changes: 2 additions & 2 deletions dist/potprox.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit aa6ed0a

Please sign in to comment.