Skip to content

Commit

Permalink
version bumped to 12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atu1kr committed May 16, 2021
1 parent d7ef110 commit 74bed56
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Add the glob to assets in `.angular-cli.json` schema - `projects.[project-name].
"options": {
{
"assets": [
{ "glob": "**/*", "input": "node_modules/monaco-editor/monaco-editor", "output": "assets/monaco-editor" }
{ "glob": "**/*", "input": "node_modules/monaco-editor", "output": "assets/monaco-editor" }
],
...
}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-monaco-editor",
"version": "10.0.0-beta.1",
"version": "12.0.0",
"description": "Monaco Code Editor For Angular",
"keywords": [
"angular",
Expand Down
3 changes: 2 additions & 1 deletion projects/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-monaco-editor",
"version": "10.0.0-beta.1",
"version": "12.0.0",
"private": false,
"description": "Monaco Code Editor for Angular",
"keywords": [
Expand All @@ -14,6 +14,7 @@
"angular 8",
"angular 9",
"angular 10",
"angular 12",
"monaco",
"monaco-editor",
"code",
Expand Down

0 comments on commit 74bed56

Please sign in to comment.