Skip to content

Commit

Permalink
release: v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlian committed Apr 27, 2023
1 parent 4458049 commit 571a4bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsencrypt-ext",
"version": "2.1.1",
"version": "2.1.2",
"description": "A Javascript library to extend jsencrypt and can encrypt/decrypt long message",
"main": "lib/index.js",
"typings": "lib/types/index.d.ts",
Expand All @@ -12,6 +12,9 @@
"name": "bartlian"
},
"license": "MIT",
"dependencies": {
"jsencrypt": "^3.3.2"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
Expand All @@ -31,7 +34,6 @@
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"jsencrypt": "^3.3.2",
"prettier": "^2.8.7",
"rollup": "^3.20.2",
"rollup-plugin-esbuild": "^5.0.0",
Expand Down

0 comments on commit 571a4bb

Please sign in to comment.