We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa26a53 commit b611073Copy full SHA for b611073
package.json
@@ -1,8 +1,8 @@
1
{
2
"name": "synaptic",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "architecture-free neural network library",
5
- "main": "./src/synaptic",
+ "main": "./dist/synaptic",
6
"scripts": {
7
"test": "npm run test:mocha:src",
8
"test:dist": "npm run build && npm run test:mocha:dist && npm run test:karma:browsers",
@@ -62,4 +62,4 @@
62
"engines": {
63
"node": ">=4"
64
}
65
-}
+}
0 commit comments