@monaco-editor/react
Advanced tools
Comparing version 1.0.1 to 1.0.2
### Versions | ||
## 1.0.2 | ||
###### *June 26, 2019* | ||
- Update package description | ||
## 1.0.1 | ||
@@ -4,0 +9,0 @@ ###### *June 26, 2019* |
{ | ||
"name": "@monaco-editor/react", | ||
"version": "1.0.1", | ||
"description": "Monaco Editor for React", | ||
"version": "1.0.2", | ||
"description": "Monaco editor wrapper for easy/one-line integration with React applications (e.g. powered by create-react-app) without need of webpack configuration files", | ||
"main": "lib/index.js", | ||
@@ -18,7 +18,8 @@ "module": "lib/index.js", | ||
"keywords": [ | ||
"monaco", | ||
"editor", | ||
"react", | ||
"monaco editor", | ||
"monaco editor react", | ||
"code editor react", | ||
"create-react-app", | ||
"CRA" | ||
"CRA", | ||
"vscode" | ||
], | ||
@@ -25,0 +26,0 @@ "author": "suren_at", |
@@ -8,3 +8,3 @@ # monaco-react | ||
Monaco editor wrapper for painless integration with React applications without need of webpack (or other module bundler) configuration files. | ||
Monaco editor wrapper for easy/one-line integration with React applications without need of webpack (or other module bundler) configuration files. | ||
@@ -11,0 +11,0 @@ ## Motivation |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
42010