@uiw/codemirror-theme-darcula
Advanced tools
| {"type":"commonjs"} |
| {"type":"module"} |
+4
-3
| { | ||
| "name": "@uiw/codemirror-theme-darcula", | ||
| "version": "4.25.7", | ||
| "version": "4.25.8", | ||
| "description": "Theme darcula for CodeMirror.", | ||
@@ -20,3 +20,4 @@ "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/darcula", | ||
| "watch": "tsbb watch src/*.ts --use-babel", | ||
| "build": "tsbb build src/*.ts --use-babel" | ||
| "build": "tsbb build src/*.ts --use-babel && npm run setmodule", | ||
| "setmodule": "echo '{\"type\":\"module\"}' > esm/package.json && echo '{\"type\":\"commonjs\"}' > cjs/package.json" | ||
| }, | ||
@@ -33,3 +34,3 @@ "repository": { | ||
| "dependencies": { | ||
| "@uiw/codemirror-themes": "4.25.7" | ||
| "@uiw/codemirror-themes": "4.25.8" | ||
| }, | ||
@@ -36,0 +37,0 @@ "keywords": [ |
16953
1.07%9
28.57%+ Added
- Removed