Skip to content

Commit 4ba6ae7

Browse files
committed
Downgrade react to 16.x & add github links for npm
1 parent 3a6d303 commit 4ba6ae7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
},
1010
"dependencies": {
1111
"immutable": "^4.0.0-rc.12",
12-
"react": "^17.0.1",
12+
"react": "^16.13.1",
1313
"react-diff-viewer": "^3.1.1",
14-
"react-dom": "^17.0.1",
14+
"react-dom": "^16.9.0",
1515
"react-redux": "^7.2.2",
1616
"redux": "^4.0.5",
1717
"redux-immutable": "^4.0.0",
@@ -30,6 +30,10 @@
3030
"url": "https://github.com/boazpoolman"
3131
}
3232
],
33+
"bugs": {
34+
"url": "https://github.com/boazpoolman/strapi-plugin-config-sync/issues"
35+
},
36+
"homepage": "https://github.com/boazpoolman/strapi-plugin-config-sync#readme",
3337
"engines": {
3438
"node": ">=10.16.0 <=14.x.x",
3539
"npm": ">=6.0.0"

0 commit comments

Comments
 (0)