@guolao/vue-monaco-editor
Advanced tools
Comparing version 0.0.1-alpha.0 to 0.0.1-alpha.1
{ | ||
"name": "@guolao/vue-monaco-editor", | ||
"version": "0.0.1-alpha.0", | ||
"version": "0.0.1-alpha.1", | ||
"description": "Monaco Editor for Vue - use the monaco-editor in any Vue application without needing to use webpack (or rollup/vite) configuration files / plugins", | ||
@@ -19,5 +19,10 @@ "author": { | ||
"preinstall": "npx only-allow pnpm", | ||
"prepublish": "npm run build && npm run changelog", | ||
"prepare": "husky install" | ||
"version": "npm run changelog", | ||
"prepublish": "npm run build", | ||
"prepare": "husky install", | ||
"release": "npx np" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
@@ -75,2 +80,3 @@ "type": "git", | ||
"monaco-editor": "^0.33.0", | ||
"np": "^7.6.1", | ||
"only-allow": "^1.1.0", | ||
@@ -87,3 +93,3 @@ "postcss": "^8.4.13", | ||
"vue": "^3.2.33", | ||
"vue-tsc": "^0.34.12" | ||
"vue-tsc": "^0.34.15" | ||
}, | ||
@@ -90,0 +96,0 @@ "peerDependencies": { |
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
53594
34