@uiw/codemirror-theme-dracula
Advanced tools
Comparing version 4.19.11 to 4.19.12
@@ -71,3 +71,2 @@ "use strict"; | ||
var dracula = draculaInit(); | ||
exports.dracula = dracula; | ||
//# sourceMappingURL=index.js.map | ||
exports.dracula = dracula; |
@@ -57,3 +57,2 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
}; | ||
export var dracula = draculaInit(); | ||
//# sourceMappingURL=index.js.map | ||
export var dracula = draculaInit(); |
{ | ||
"name": "@uiw/codemirror-theme-dracula", | ||
"version": "4.19.11", | ||
"version": "4.19.12", | ||
"description": "Theme dracula for CodeMirror.", | ||
@@ -11,4 +11,4 @@ "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/dracula", | ||
"scripts": { | ||
"watch": "tsbb watch", | ||
"build": "tsbb build" | ||
"watch": "tsbb watch src/*.ts --use-babel", | ||
"build": "tsbb build src/*.ts --use-babel" | ||
}, | ||
@@ -25,3 +25,3 @@ "repository": { | ||
"dependencies": { | ||
"@uiw/codemirror-themes": "4.19.11" | ||
"@uiw/codemirror-themes": "4.19.12" | ||
}, | ||
@@ -28,0 +28,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9685
7
176
+ Added@uiw/codemirror-themes@4.19.12(transitive)
- Removed@uiw/codemirror-themes@4.19.11(transitive)