Skip to content

Commit 77abecd

Browse files
committed
Release v0.1.1
1 parent a57a02c commit 77abecd

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-gsd",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Global Spectra Deconvolution",
55
"keywords": [
66
"optimization",

dist/ml-gsd.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
else if(typeof define === 'function' && define.amd)
55
define([], factory);
66
else if(typeof exports === 'object')
7-
exports["mlGsd"] = factory();
7+
exports["GSD"] = factory();
88
else
9-
root["mlGsd"] = factory();
9+
root["GSD"] = factory();
1010
})(this, function() {
1111
return /******/ (function(modules) { // webpackBootstrap
1212
/******/ // The module cache

dist/ml-gsd.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ml-gsd.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-gsd",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Global Spectra Deconvolution",
55
"main": "src/index.js",
66
"directories": {
@@ -29,14 +29,13 @@
2929
},
3030
"homepage": "https://github.com/mljs/global-spectra-deconvolution",
3131
"devDependencies": {
32-
"cheminfo-tools": "^1.0.1",
32+
"cheminfo-tools": "^1.0.2",
3333
"mocha": "^2.2.5",
3434
"mocha-better-spec-reporter": "^2.1.1",
3535
"should": "^7.0.2",
3636
"xy-parser": "^1.0.0",
3737
"chemcalc": "^3.0.1",
38-
"ml-stat": "^1.0.1",
39-
"cheminfo-tools": "^1.0.2"
38+
"ml-stat": "^1.0.1"
4039
},
4140
"dependencies": {
4241
"ml-optimize-lorentzian": "0.0.2",

0 commit comments

Comments
 (0)