Fixed duplicate browserslist config (#628)

no issue

- removes duplicate `browserslist` key from `package.json`
This commit is contained in:
Kevin Ansfield
2019-10-21 09:52:45 +01:00
committed by GitHub
parent 1915a91c5b
commit 50437fd72e

View File

@ -86,8 +86,5 @@
"width": 2000 "width": 2000
} }
} }
}, }
"browserslist": [
"last 2 versions"
]
} }