Skip to content

Commit 97fff53

Browse files
authored
Merge pull request #7 from pmkx2/master
fix BrowserslistError: `browserlist` key instead of `browserslist`
2 parents 7e64b6a + 69f1b8f commit 97fff53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"node": ">= 4.0.0",
8585
"npm": ">= 3.0.0"
8686
},
87-
"browserlist": [
87+
"browserslist": [
8888
"> 1%",
8989
"last 2 versions",
9090
"not ie <= 8"

0 commit comments

Comments
 (0)