Skip to content

Commit d4cf967

Browse files
committed
drop peer dependency to react-dom
1 parent bc52a10 commit d4cf967

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-message-source",
33
"version": "0.1.0",
44
"description": "A library which aids with i18n of React applications",
5-
"author": "",
5+
"author": "Netcetera AG",
66
"license": "MIT",
77
"repository": "https://github.com/netceteragroup/react-message-source",
88
"main": "dist/index.js",
@@ -26,8 +26,7 @@
2626
},
2727
"peerDependencies": {
2828
"prop-types": "^15.5.10",
29-
"react": "^16.6.0",
30-
"react-dom": "^16.6.0"
29+
"react": "^16.6.0"
3130
},
3231
"devDependencies": {
3332
"@babel/core": "^7.2.2",

0 commit comments

Comments
 (0)