From 9e1a3bfe99bccfdfafa7a8df2a5eaddcd95d6cf7 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Fri, 6 Mar 2020 14:53:14 -0700 Subject: [PATCH] Update package.json --- package.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 891063e..52ac570 100644 --- a/package.json +++ b/package.json @@ -38,9 +38,9 @@ "package.json", "README.md" ], + "browserslist": "> 0.25%, not dead", "peerDependencies": { - "react": "^16.8.3", - "react-dom": "^16.8.3" + "react": "^16.8.3" }, "devDependencies": { "@babel/core": "^7.7.2", @@ -94,15 +94,7 @@ "rollup-plugin-size": "^0.2.1", "rollup-plugin-size-snapshot": "^0.10.0", "rollup-plugin-terser": "^5.1.2", + "@babel/plugin-transform-runtime": "^7.8.3", "serve": "^11.2.0" - }, - "config": { - "commitizen": { - "path": "node_modules/cz-conventional-changelog" - } - }, - "browserslist": "> 0.25%, not dead", - "dependencies": { - "@babel/plugin-transform-runtime": "^7.8.3" } }