From 0b1ff0af93adfe6590e576317af69852f0ec4f54 Mon Sep 17 00:00:00 2001 From: Dominic Coelho Date: Thu, 16 May 2019 12:20:16 +0100 Subject: [PATCH] v2.1.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index aaf4cea5..b7d67b1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-live", - "version": "2.1.0", + "version": "2.1.1", "description": "A production-focused playground for live editing React code", "main": "dist/react-live.cjs.js", "typings": "./typings/react-live.d.ts", @@ -29,7 +29,6 @@ "unescape": "^0.2.0" }, "devDependencies": { - "prettier": "^1.17.0", "@storybook/addon-knobs": "^3.3.12", "@storybook/react": "^3.3.12", "@types/react": "^16.0.36", @@ -52,6 +51,7 @@ "eslint-plugin-import": "^2.9.0", "eslint-plugin-react": "^7.7.0", "jest": "^22.2.1", + "prettier": "^1.17.0", "react": "^16.2.0", "react-dom": "^16.2.0", "rollup": "^0.55.3",