From a7e8a40ac46c4a848e997ddc68b59f46a5e5cc1d Mon Sep 17 00:00:00 2001 From: lpatiny Date: Thu, 20 Aug 2015 14:10:44 +0200 Subject: [PATCH] Take last version of stable packages --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a54db51..ac0f900 100644 --- a/package.json +++ b/package.json @@ -29,9 +29,9 @@ }, "homepage": "https://github.com/mljs/ml", "dependencies": { - "ml-array-utils": "0.1.4", - "ml-bit-array": "1.0.0", - "ml-distance": "2.0.1", + "ml-array-utils": "^0.1.4", + "ml-bit-array": "^1.0.0", + "ml-distance": "^2.0.1", "ml-fnn": "1.0.0", "ml-hclust": "1.0.0", "ml-kmeans": "0.1.0", @@ -42,9 +42,9 @@ "ml-pls": "0.0.6", "ml-savitzky-golay": "1.0.0", "ml-som": "0.0.6", - "ml-stat": "1.0.1", + "ml-stat": "^1.0.1", "ml-svm": "1.0.2", - "ml-xsadd": "1.0.0" + "ml-xsadd": "^1.0.0" }, "devDependencies": { "cheminfo-tools": "^1.0.1", @@ -52,4 +52,4 @@ "mocha-better-spec-reporter": "^2.1.1", "should": "^7.0.2" } -} \ No newline at end of file +}