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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

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