Skip to content

Commit

Permalink
update to docxjs 0.1.20
Browse files Browse the repository at this point in the history
bump package version [rev]
  • Loading branch information
AdamRaichu authored Oct 11, 2023
1 parent c8761b6 commit 5831208
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "docx-viewer",
"displayName": "Docx Renderer",
"description": "An extension which provides a read-only renderer for docx files using the npm package docx-preview. Now with configuration!",
"version": "1.1.1",
"version": "1.1.2",
"publisher": "adamraichu",
"icon": "logo.png",
"author": {
Expand Down Expand Up @@ -114,9 +114,9 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"docx-preview": "^0.1.18"
"docx-preview": "^0.1.20"
},
"scripts": {
"build": "webpack"
}
}
}

0 comments on commit 5831208

Please sign in to comment.