Skip to content

Commit d9b853e

Browse files
Merge pull request #270 from BrainJS/269-ads-removal
fix: Remove script causing failure.
2 parents 1d782b3 + 4997abe commit d9b853e

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

Diff for: browser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* license: MIT (http://opensource.org/licenses/MIT)
77
* author: Heather Arthur <[email protected]>
88
* homepage: https://github.com/brainjs/brain.js#readme
9-
* version: 1.2.7
9+
* version: 1.2.8
1010
*
1111
* acorn:
1212
* license: MIT (http://opensource.org/licenses/MIT)

Diff for: browser.min.js

+3-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-4
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.2.7",
4+
"version": "1.2.8",
55
"author": "Heather Arthur <[email protected]>",
66
"repository": {
77
"type": "git",
@@ -23,8 +23,7 @@
2323
"browser": "browserify ./index.js -p licensify -o browser.js -s brain",
2424
"browser-min": "browserify ./index.js -p licensify -s brain -g uglifyify -o browser.min.js",
2525
"make": "rimraf dist && npm run dist && git add ./dist && npm run browser && npm run browser-min",
26-
"clean": "rimraf node_modules",
27-
"postinstall": "opencollective postinstall"
26+
"clean": "rimraf node_modules"
2827
},
2928
"main": "./index.js",
3029
"devDependencies": {
@@ -76,7 +75,6 @@
7675
"license": "MIT",
7776
"dependencies": {
7877
"gpu.js": "^1.2.0",
79-
"opencollective": "^1.0.3",
8078
"thaw.js": "^2.0.0"
8179
},
8280
"typings": "./index.d.ts",

0 commit comments

Comments
 (0)