mirror of
https://github.com/encounter/react-add-to-calendar.git
synced 2026-07-10 21:18:44 -07:00
updating dependencies and fixing errors from deprecated code in the latest react version which resolves #10
This commit is contained in:
+2
-2
@@ -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
|
||||
})
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user