Skip to content

Commit

Permalink
fix: Weight loss.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertleeplummerjr committed Nov 4, 2018
1 parent 0f98db9 commit 3a4d98e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
@@ -1,12 +1,18 @@
{
"name": "brain.js",
"description": "Neural network library",
"version": "1.4.4",
"version": "1.4.6",
"author": "Heather Arthur <fayearthur@gmail.com>",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/brainjs/brain.js.git"
},
"files": [
"dist",
"browser.js",
"browser.min.js",
"index.d.ts"
],
"scripts": {
"test-browser": "testee test/browser/index.html --browsers firefox --reporter Spec",
"test-base": "find ./test/base/ -name '*.js' | xargs mocha --compilers js:babel-core/register",
Expand Down

0 comments on commit 3a4d98e

Please sign in to comment.