Fixed bundle path

Esse commit está contido em:
Juan Cazala
2016-07-09 16:47:50 -03:00
commit 0345fe648d
7 arquivos alterados com 2858 adições e 5649 exclusões
+1 -1
Ver Arquivo
@@ -23,7 +23,7 @@ THE SOFTWARE
********************************************************************************************
SYNAPTIC (v1.0.6)
SYNAPTIC (v1.0.7)
********************************************************************************************
Synaptic is a javascript neural network library for node.js and the browser, its generalized
+1 -1
Ver Arquivo
@@ -1,6 +1,6 @@
{
"name": "synaptic",
"version": "1.0.6",
"version": "1.0.7",
"homepage": "https://github.com/cazala/synaptic",
"authors": [
"Juan Cazala <juancazala@gmail.com>"
-2855
Ver Arquivo
Diferenças do arquivo suprimidas por serem muito extensas Carregar Diff
+2854 -2737
Ver Arquivo
Diferenças do arquivo suprimidas por serem muito extensas Carregar Diff
-53
Ver Arquivo
Diff do arquivo suprimido porque uma ou mais linhas são muito longas
+1 -1
Ver Arquivo
@@ -1,6 +1,6 @@
{
"name": "synaptic",
"version": "1.0.6",
"version": "1.0.7",
"description": "architecture-free neural network library",
"main": "./src/synaptic",
"scripts": {
+1 -1
Ver Arquivo
@@ -7,7 +7,7 @@ module.exports = {
],
output: {
path: 'dist',
filename: 'bundle.js',
filename: 'synaptic.js',
},
plugins: [
new webpack.NoErrorsPlugin(),