Skip to content

Commit 3a4d98e

Browse files
fix: Weight loss.
1 parent 0f98db9 commit 3a4d98e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
{
22
"name": "brain.js",
33
"description": "Neural network library",
4-
"version": "1.4.4",
4+
"version": "1.4.6",
55
"author": "Heather Arthur <[email protected]>",
66
"repository": {
77
"type": "git",
88
"url": "git+ssh://[email protected]/brainjs/brain.js.git"
99
},
10+
"files": [
11+
"dist",
12+
"browser.js",
13+
"browser.min.js",
14+
"index.d.ts"
15+
],
1016
"scripts": {
1117
"test-browser": "testee test/browser/index.html --browsers firefox --reporter Spec",
1218
"test-base": "find ./test/base/ -name '*.js' | xargs mocha --compilers js:babel-core/register",

0 commit comments

Comments
 (0)