empath-sentiment-analysis
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "empath-sentiment-analysis", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Tools to analyse sentiment in the browser", | ||
@@ -5,0 +5,0 @@ "main": "dist/empath.js", |
@@ -11,6 +11,6 @@ const webpack = require('webpack'); | ||
path: path.join(__dirname, 'dist'), | ||
filename: 'empath.js' | ||
filename: 'empath.js', | ||
library: 'empath-sentiment-analysis', | ||
libraryTarget: 'umd' | ||
}, | ||
library: 'empath-sentiment-analysis', | ||
libraryTarget: 'umd', | ||
devtool: ['source-map'], | ||
@@ -17,0 +17,0 @@ resolveLoader: { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1699225
20326