Skip to content

Commit

Permalink
Remove 'browser' field from main jimp package's package.json. (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
wallabra committed Aug 7, 2020
1 parent 7770813 commit f323d96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/jimp/package.json
Expand Up @@ -4,7 +4,6 @@
"description": "An image processing library written entirely in JavaScript (i.e. zero external or native dependencies)",
"main": "dist/index.js",
"module": "es/index.js",
"browser": "browser/lib/jimp.js",
"types": "types/index.d.ts",
"typesVersions": {
">=3.1.0-0": {
Expand Down

0 comments on commit f323d96

Please sign in to comment.