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 88b0dda commit 914a8a2Copy full SHA for 914a8a2
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "brain.js",
3
"description": "Neural network library",
4
- "version": "1.0.0-rc.9",
+ "version": "1.0.0",
5
"author": "Heather Arthur <[email protected]>",
6
"repository": {
7
"type": "git",
@@ -30,6 +30,7 @@
30
"babel-polyfill": "^6.13.0",
31
"babel-preset-es2015": "^6.14.0",
32
"browserify": "^13.1.0",
33
+ "js-datasets-iris": "^1.0.4",
34
"licensify": "^3.1.2",
35
"mocha": "^3.0.2",
36
"sinon": "^1.17.6",
@@ -65,7 +66,6 @@
65
66
},
67
"license": "MIT",
68
"dependencies": {
- "gpu.js": "^1.0.0",
69
- "js-datasets-iris": "^1.0.4"
+ "gpu.js": "^1.0.0"
70
}
71
0 commit comments