Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Cazala committed Aug 29, 2017
1 parent fa26a53 commit b611073
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "synaptic",
"version": "1.1.0",
"version": "1.1.1",
"description": "architecture-free neural network library",
"main": "./src/synaptic",
"main": "./dist/synaptic",
"scripts": {
"test": "npm run test:mocha:src",
"test:dist": "npm run build && npm run test:mocha:dist && npm run test:karma:browsers",
Expand Down Expand Up @@ -62,4 +62,4 @@
"engines": {
"node": ">=4"
}
}
}

0 comments on commit b611073

Please sign in to comment.