Skip to content

Commit

Permalink
Update npm repo links
Browse files Browse the repository at this point in the history
  • Loading branch information
miki995 committed Nov 15, 2022
1 parent 7c8342c commit 9e34923
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) Atul Kumar <[email protected]> (github.com/atularen)
Copyright (c) Atul Kumar <[email protected]> (github.com/atularen) + Miroslav Maksimovic <[email protected]> (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:

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": [
Expand Down
11 changes: 6 additions & 5 deletions projects/editor/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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 <[email protected]>"
"Atul Kumar <[email protected]>",
"Miroslav Maksimovic <[email protected]>"
],
"peerDependencies": {
"@angular/common": "^14.1.0",
Expand Down

0 comments on commit 9e34923

Please sign in to comment.