We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f98db9 commit 3a4d98eCopy full SHA for 3a4d98e
package.json
@@ -1,12 +1,18 @@
1
{
2
"name": "brain.js",
3
"description": "Neural network library",
4
- "version": "1.4.4",
+ "version": "1.4.6",
5
"author": "Heather Arthur <fayearthur@gmail.com>",
6
"repository": {
7
"type": "git",
8
"url": "git+ssh://git@github.com/brainjs/brain.js.git"
9
},
10
+ "files": [
11
+ "dist",
12
+ "browser.js",
13
+ "browser.min.js",
14
+ "index.d.ts"
15
+ ],
16
"scripts": {
17
"test-browser": "testee test/browser/index.html --browsers firefox --reporter Spec",
18
"test-base": "find ./test/base/ -name '*.js' | xargs mocha --compilers js:babel-core/register",
0 commit comments