empath-sentiment-analysis
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "empath-sentiment-analysis", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Tools to analyse sentiment in the browser", | ||
@@ -5,0 +5,0 @@ "main": "dist/empath.js", |
@@ -13,2 +13,4 @@ const webpack = require('webpack'); | ||
}, | ||
library: 'empath-sentiment-analysis', | ||
libraryTarget: 'umd', | ||
devtool: ['source-map'], | ||
@@ -15,0 +17,0 @@ resolveLoader: { |
1698201
20314