Skip to content

Commit 914a8a2

Browse files
resolve dependencies and release v1
1 parent 88b0dda commit 914a8a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "brain.js",
33
"description": "Neural network library",
4-
"version": "1.0.0-rc.9",
4+
"version": "1.0.0",
55
"author": "Heather Arthur <[email protected]>",
66
"repository": {
77
"type": "git",
@@ -30,6 +30,7 @@
3030
"babel-polyfill": "^6.13.0",
3131
"babel-preset-es2015": "^6.14.0",
3232
"browserify": "^13.1.0",
33+
"js-datasets-iris": "^1.0.4",
3334
"licensify": "^3.1.2",
3435
"mocha": "^3.0.2",
3536
"sinon": "^1.17.6",
@@ -65,7 +66,6 @@
6566
},
6667
"license": "MIT",
6768
"dependencies": {
68-
"gpu.js": "^1.0.0",
69-
"js-datasets-iris": "^1.0.4"
69+
"gpu.js": "^1.0.0"
7070
}
7171
}

0 commit comments

Comments
 (0)