Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* license: MIT (http://opensource.org/licenses/MIT)
* author: Heather Arthur <fayearthur@gmail.com>
* homepage: https://github.com/brainjs/brain.js#readme
* version: 1.2.7
* version: 1.2.8
*
* acorn:
* license: MIT (http://opensource.org/licenses/MIT)
Expand Down
7 changes: 3 additions & 4 deletions browser.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "brain.js",
"description": "Neural network library",
"version": "1.2.7",
"version": "1.2.8",
"author": "Heather Arthur <fayearthur@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -23,8 +23,7 @@
"browser": "browserify ./index.js -p licensify -o browser.js -s brain",
"browser-min": "browserify ./index.js -p licensify -s brain -g uglifyify -o browser.min.js",
"make": "rimraf dist && npm run dist && git add ./dist && npm run browser && npm run browser-min",
"clean": "rimraf node_modules",
"postinstall": "opencollective postinstall"
"clean": "rimraf node_modules"
},
"main": "./index.js",
"devDependencies": {
Expand Down Expand Up @@ -76,7 +75,6 @@
"license": "MIT",
"dependencies": {
"gpu.js": "^1.2.0",
"opencollective": "^1.0.3",
"thaw.js": "^2.0.0"
},
"typings": "./index.d.ts",
Expand Down