@milkdown/preset-commonmark
Advanced tools
Comparing version 4.5.2 to 4.5.3
# @milkdown/preset-commonmark | ||
## 4.5.3 | ||
### Patch Changes | ||
- 9311f7c: Styles for preset commonmark. | ||
## 4.5.2 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@milkdown/preset-commonmark", | ||
"version": "4.5.2", | ||
"version": "4.5.3", | ||
"main": "lib/index.js", | ||
@@ -29,11 +29,12 @@ "module": "lib/index.js", | ||
"devDependencies": { | ||
"@milkdown/core": "4.5.2" | ||
"@milkdown/core": "4.5.3", | ||
"concurrently": "^6.0.2" | ||
}, | ||
"scripts": { | ||
"start": "vite", | ||
"watch": "tsc -w", | ||
"watch": "concurrently -n ts,css \"tsc -w\" \"postcss style/style.css --watch --verbose -o lib/style.css\"", | ||
"test": "jest", | ||
"tsc": "tsc --noEmit", | ||
"build": "tsc" | ||
"build": "tsc && postcss style/style.css --verbose -o lib/style.css" | ||
} | ||
} |
@@ -12,4 +12,5 @@ # @milkdown/preset-commonmark | ||
// import theme | ||
// import theme and style | ||
import '@milkdown/theme-nord/lib/theme.css'; | ||
import '@milkdown/preset-commonmark/lib/style.css'; | ||
@@ -16,0 +17,0 @@ const root = document.body; |
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
115755
101
1590
73
2