mirror of
https://github.com/suren-atoyan/monaco-react.git
synced 2026-01-25 16:02:35 +00:00
fix bundle paths
This commit is contained in:
parent
6e3aa22d4c
commit
b85a9f02c1
@ -3,9 +3,10 @@
|
||||
"version": "3.8.0",
|
||||
"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",
|
||||
"author": "Suren Atoyan <contact@surenatoyan.com>",
|
||||
"main": "lib/index.js",
|
||||
"module": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"main": "lib/cjs/index.js",
|
||||
"module": "lib/es/index.js",
|
||||
"unpkg": "lib/umd/monaco-editor.min.js",
|
||||
"jsdelivr": "lib/umd/monaco-editor.min.js",
|
||||
"scripts": {
|
||||
"lint": "npx eslint src",
|
||||
"build": "rollup -c && cp ./src/index.d.ts ./lib/",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user