From 66a6a000349e4ed1c9d08d0ca5525148a67f7af4 Mon Sep 17 00:00:00 2001 From: Leon Chen Date: Tue, 20 Sep 2016 15:31:47 -0400 Subject: [PATCH] move test index.html --- index.html | 109 ------------------------------------------------ package.json | 2 +- test/index.html | 109 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 110 insertions(+), 110 deletions(-) delete mode 100644 index.html create mode 100644 test/index.html diff --git a/index.html b/index.html deleted file mode 100644 index fb7260b..0000000 --- a/index.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - Keras-js | Mocha Tests - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/package.json b/package.json index 2b8c073..e9665fd 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "homepage": "https://github.com/transcranial/keras-js#readme", "dependencies": { "cwise": "1.0.9", - "lodash": "4.16.0", + "lodash": "4.16.1", "ndarray": "1.0.18", "ndarray-blas-level2": "1.1.0", "ndarray-concat-rows": "1.0.1", diff --git a/test/index.html b/test/index.html new file mode 100644 index 0000000..50891fb --- /dev/null +++ b/test/index.html @@ -0,0 +1,109 @@ + + + + Keras-js | Mocha Tests + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +