Skip to content

Commit 0b1ff0a

Browse files
author
Dominic Coelho
committed
v2.1.1
1 parent ff50d6f commit 0b1ff0a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-live",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A production-focused playground for live editing React code",
55
"main": "dist/react-live.cjs.js",
66
"typings": "./typings/react-live.d.ts",
@@ -29,7 +29,6 @@
2929
"unescape": "^0.2.0"
3030
},
3131
"devDependencies": {
32-
"prettier": "^1.17.0",
3332
"@storybook/addon-knobs": "^3.3.12",
3433
"@storybook/react": "^3.3.12",
3534
"@types/react": "^16.0.36",
@@ -52,6 +51,7 @@
5251
"eslint-plugin-import": "^2.9.0",
5352
"eslint-plugin-react": "^7.7.0",
5453
"jest": "^22.2.1",
54+
"prettier": "^1.17.0",
5555
"react": "^16.2.0",
5656
"react-dom": "^16.2.0",
5757
"rollup": "^0.55.3",

0 commit comments

Comments
 (0)