diff options
Update package.json
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index a0e6ec2..8e14638 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ }, "browserslist": [ "defaults", - "not IE 11", + "not IE 11" ] } |