Skip to content

Commit

Permalink
Add constrained-editor-plugin w/ npm auto-update (#1610)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 authored Aug 11, 2023
1 parent 2aa51bf commit effbcf0
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions packages/c/constrained-editor-plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "constrained-editor-plugin",
"description": "A Plugin which adds restrictions to the model of monaco-editor, so that only some parts of the code are editable and rest will become read-only",
"keywords": [
"monaco-editor",
"restrictions-in-editor",
"edit-area-restriction"
],
"license": "MIT",
"homepage": "https://github.com/Pranomvignesh/constrained-editor-plugin#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Pranomvignesh/constrained-editor-plugin.git"
},
"authors": [
{
"name": "VIGNESH. P",
"email": "pranomvignesh@gmail.com"
}
],
"autoupdate": {
"source": "npm",
"target": "constrained-editor-plugin",
"fileMap": [
{
"basePath": "dist",
"files": [
"**/*.@(css|js)"
]
}
]
},
"filename": "constrainedEditorPlugin.min.js"
}

0 comments on commit effbcf0

Please sign in to comment.