postal-mime
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -19,4 +19,5 @@ /* globals module */ | ||
FileReader: 'readable', | ||
console: 'readable' | ||
console: 'readable', | ||
Intl: 'readable' | ||
} | ||
}; |
{ | ||
"name": "postal-mime", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Email parser for browser environments", | ||
@@ -19,8 +19,8 @@ "main": "dist/postal-mime.js", | ||
"devDependencies": { | ||
"cross-blob": "^2.0.0", | ||
"eslint": "7.17.0", | ||
"cross-blob": "2.0.0", | ||
"eslint": "7.18.0", | ||
"eslint-cli": "1.1.1", | ||
"webpack": "5.11.1", | ||
"webpack": "5.15.0", | ||
"webpack-cli": "4.3.1" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
295962
1025