Skip to content

Commit

Permalink
fix(npm): codejar fixes redo/undo issue since 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Feb 28, 2023
1 parent 904b6e8 commit a8bc8cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If you want to use CodeJar with [highlight.js](https://highlightjs.org/) you sho
1. Install highlight.js, CodeJar and ngx-codejar:

````
npm install --save julianpoemp/codejar-fixed-redo-undo highlight.js ngx-codejar && npm install --save-dev @types/highlight.js
npm install --save codejar highlight.js ngx-codejar && npm install --save-dev @types/highlight.js
````

2. Import module `NgxCodejarModule` to your app's ngModule:
Expand Down Expand Up @@ -68,7 +68,7 @@ If you want to use codejar with [prism.js](https://prismjs.com/) you should do t
1. Install prism.js, codejar and ngx-codejar:

````
npm install --save julianpoemp/codejar-fixed-redo-undo prismjs ngx-codejar && npm install --save-dev @types/prismjs
npm install --save codejar prismjs ngx-codejar && npm install --save-dev @types/prismjs
````

2. Import module `NgxCodejarModule` to your app's ngModule:
Expand Down
2 changes: 1 addition & 1 deletion ngx-codejar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "5.1.3",
"description": "Angular wrapper for CodeJar supporting Prism.js and Highlight.js. With this you can easily add code-editors to your Angular app.",
"peerDependencies": {
"codejar": ">= 3.6.0",
"codejar": ">= 3.7.0",
"@angular/common": ">= 14.0.0",
"@angular/core": ">= 14.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@angular/platform-browser": "^15.1.4",
"@angular/platform-browser-dynamic": "^15.1.4",
"@angular/router": "^15.1.4",
"codejar": "github:julianpoemp/codejar-fixed-redo-undo",
"codejar": "3.7.0",
"highlight.js": "^11.5.1",
"prismjs": "^1.28.0",
"rxjs": "~6.6.0",
Expand Down

0 comments on commit a8bc8cc

Please sign in to comment.