We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff50d6f commit 0b1ff0aCopy full SHA for 0b1ff0a
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-live",
3
- "version": "2.1.0",
+ "version": "2.1.1",
4
"description": "A production-focused playground for live editing React code",
5
"main": "dist/react-live.cjs.js",
6
"typings": "./typings/react-live.d.ts",
@@ -29,7 +29,6 @@
29
"unescape": "^0.2.0"
30
},
31
"devDependencies": {
32
- "prettier": "^1.17.0",
33
"@storybook/addon-knobs": "^3.3.12",
34
"@storybook/react": "^3.3.12",
35
"@types/react": "^16.0.36",
@@ -52,6 +51,7 @@
52
51
"eslint-plugin-import": "^2.9.0",
53
"eslint-plugin-react": "^7.7.0",
54
"jest": "^22.2.1",
+ "prettier": "^1.17.0",
55
"react": "^16.2.0",
56
"react-dom": "^16.2.0",
57
"rollup": "^0.55.3",
0 commit comments