@milkdown/design-system
Advanced tools
Comparing version 4.5.3 to 4.6.0
# @milkdown/design-system | ||
## 4.6.0 | ||
### Minor Changes | ||
- e1fbf79: Refactor the plugin system to functional plugin for better extension ability. | ||
## 4.5.3 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@milkdown/design-system", | ||
"version": "4.5.3", | ||
"version": "4.6.0", | ||
"main": "lib/index.js", | ||
@@ -10,5 +10,7 @@ "module": "lib/index.js", | ||
"watch": "concurrently -n ts,css \"tsc -w\" \"postcss style/style.css --watch --verbose -o lib/style.css\"", | ||
"watch:css": "postcss style/style.css --watch --verbose -o lib/style.css", | ||
"test": "jest", | ||
"tsc": "tsc --noEmit", | ||
"build": "tsc && postcss style/style.css --verbose -o lib/style.css" | ||
"build": "tsc && postcss style/style.css --verbose -o lib/style.css", | ||
"build:css": "postcss style/style.css --verbose -o lib/style.css" | ||
}, | ||
@@ -15,0 +17,0 @@ "files": [ |
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
18497