diff --git a/license b/license index a5e5ac7..51881d8 100644 --- a/license +++ b/license @@ -1,6 +1,6 @@ MIT License -Copyright (c) Atul Kumar (github.com/atularen) +Copyright (c) Atul Kumar (github.com/atularen) + Miroslav Maksimovic (github.com/miki995( Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/package.json b/package.json index ee1c2cc..4407873 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-monaco-editor-v2", - "version": "14.0.3", + "version": "14.0.4", "description": "Monaco Code Editor For Angular", "keywords": [ "angular", @@ -29,7 +29,7 @@ "url": "https://github.com/miki995/ngx-monaco-editor-v2.git" }, "bugs": { - "url": "https://github.com/miki995/ngx-monaco-editor-v2/pulls" + "url": "https://github.com/miki995/ngx-monaco-editor-v2/issues" }, "author": "Miroslav Maksimovic", "contributors": [ diff --git a/projects/editor/package.json b/projects/editor/package.json index f48ff4d..5afebb0 100644 --- a/projects/editor/package.json +++ b/projects/editor/package.json @@ -1,6 +1,6 @@ { "name": "ngx-monaco-editor-v2", - "version": "14.0.3", + "version": "14.0.4", "private": false, "description": "Monaco Code Editor for Angular", "keywords": [ @@ -25,15 +25,16 @@ ], "repository": { "type": "git", - "url": "https://github.com/atularen/ngx-monaco-editor.git" + "url": "https://github.com/miki995/ngx-monaco-editor-v2.git" }, "bugs": { - "url": "https://github.com/atularen/ngx-monaco-editor/issues" + "url": "https://github.com/miki995/ngx-monaco-editor-v2/issues" }, "license": "MIT", - "author": "Atul Kumar", + "author": "Miroslav Maksimovic", "contributors": [ - "Atul Kumar " + "Atul Kumar ", + "Miroslav Maksimovic " ], "peerDependencies": { "@angular/common": "^14.1.0",