@monaco-editor/react
Advanced tools
Comparing version 1.0.3 to 1.0.4
### Versions | ||
## 1.0.4 | ||
###### *July 13, 2019* | ||
- FIX: add "types" fild to package.json | ||
## 1.0.3 | ||
@@ -4,0 +9,0 @@ ###### *July 13, 2019* |
{ | ||
"name": "@monaco-editor/react", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"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", | ||
"module": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
"lint": "npx eslint src", | ||
"build": "npx babel src --out-dir lib", | ||
"build": "npx babel src --out-dir lib && cp ./src/index.d.ts ./lib/", | ||
"prepublish": "npm test && npm run lint && npm run build", | ||
@@ -11,0 +12,0 @@ "test": "npx jest" |
43780
29
672
168385