From 5838d549c703bb0aedda0f475e20a10c1c34c090 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Mon, 28 Sep 2020 12:49:52 +0530 Subject: [PATCH] package.json - Move typescript to devdep --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 80285a3..69ae1c9 100644 --- a/package.json +++ b/package.json @@ -15,10 +15,10 @@ "react": "^16.13.1", "react-dom": "^16.13.1", "react-scripts": "3.4.3", - "tailwindcss": "^1.7.6", - "typescript": "~3.7.2" + "tailwindcss": "^1.7.6" }, "devDependencies": { + "typescript": "~3.7.2", "acorn": "^7.4.0" }, "scripts": {