Skip to content

Commit

Permalink
Release v5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot committed Sep 24, 2020
1 parent d26fcd9 commit 1ef2831
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 40 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ml-gsd",
"version": "5.0.1",
"version": "5.0.2",
"description": "Global Spectra Deconvolution",
"keywords": [
"optimization",
Expand Down
54 changes: 26 additions & 28 deletions dist/ml-gsd.js

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

2 changes: 1 addition & 1 deletion dist/ml-gsd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ml-gsd.min.js.map

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ml-gsd",
"version": "5.0.1",
"version": "5.0.2",
"description": "Global Spectra Deconvolution",
"main": "lib/index.js",
"module": "src/index.js",
Expand Down Expand Up @@ -41,18 +41,18 @@
},
"homepage": "https://github.com/mljs/global-spectral-deconvolution",
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.9.6",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"chemcalc": "^3.4.1",
"cheminfo-tools": "^1.23.3",
"eslint": "^7.0.0",
"eslint": "^7.9.0",
"eslint-config-cheminfo": "^3.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.13.1",
"eslint-plugin-prettier": "^3.1.3",
"jest": "^26.0.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.4.2",
"ml-stat": "^1.3.3",
"prettier": "^2.0.5",
"rollup": "^2.10.4",
"prettier": "^2.1.2",
"rollup": "^2.28.2",
"spectrum-generator": "^4.0.2",
"xy-parser": "^3.0.0"
},
Expand Down

0 comments on commit 1ef2831

Please sign in to comment.