Skip to content

Commit b611073

Browse files
author
Juan Cazala
committed
v1.1.1
1 parent fa26a53 commit b611073

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,8 +1,8 @@
11
{
22
"name": "synaptic",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "architecture-free neural network library",
5-
"main": "./src/synaptic",
5+
"main": "./dist/synaptic",
66
"scripts": {
77
"test": "npm run test:mocha:src",
88
"test:dist": "npm run build && npm run test:mocha:dist && npm run test:karma:browsers",
@@ -62,4 +62,4 @@
6262
"engines": {
6363
"node": ">=4"
6464
}
65-
}
65+
}

0 commit comments

Comments
 (0)