updating dependencies and fixing errors from deprecated code in the latest react version which resolves #10

This commit is contained in:
Jason Salzman
2017-05-22 01:19:44 -07:00
parent 11dcf3aab0
commit 6b18fc020b
19 changed files with 12805 additions and 4666 deletions
+2 -2
View File
@@ -56,7 +56,7 @@ module.exports = function(config) {
{
test: /\.js?$/,
include: path.resolve(__dirname, 'src'),
loader: 'isparta'
loader: 'istanbul-instrumenter'
}
]
},
@@ -127,4 +127,4 @@ module.exports = function(config) {
// how many browser should be started simultaneous
concurrency: Infinity
})
}
}