Skip to content

Commit 671d175

Browse files
remove .cache from npm
bump version
1 parent a55e6f4 commit 671d175

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
test/
99
coverage/
1010
.github/
11+
.cache/

browser.js

Lines changed: 1 addition & 1 deletion
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.3
9+
* version: 1.2.4
1010
*
1111
* acorn:
1212
* license: MIT (http://opensource.org/licenses/MIT)

browser.min.js

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.3",
4+
"version": "1.2.4",
55
"author": "Heather Arthur <[email protected]>",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)