Skip to content

Commit cd1d3ca

Browse files
author
Aya-OURAG-Speedykom
committed
Fix typo in package.json: peerDependency -> peerDependencies
1 parent e34b6a9 commit cd1d3ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"start": "rollup -c -w",
1616
"prepare":"npm run build"
1717
},
18-
"peerDependency": {
18+
"peerDependencies": {
1919
"react-intl": "^5.8.1"
2020
},
2121
"devDependencies": {

0 commit comments

Comments
 (0)