Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnieXu committed Aug 7, 2023
1 parent f7a32ca commit 695ada7
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
Expand Up @@ -2,7 +2,7 @@
"name": "decrypt-core",
"version": "1.2.2",
"private": false,
"description": "The core library for data encrypt and decrypt based on Triple Data Encryption Algorithm(3DES).基于 3DES 算法的数据加解密核心库",
"description": "A simple wrapper for the TDEA (Triple DES) algorithm in crypto-js, which is more concise and easier to use, with support for a wider range of environments. 一个对 crypto-js 中 TDEA(Triple DES) 算法的简单包装,更简洁更易于使用,支持环境更丰富",
"main": "./lib/index",
"module": "./es/index",
"browser": "./dist/index.umd.js",
Expand All @@ -29,9 +29,11 @@
"keywords": [
"des",
"3des",
"tdea",
"triple-des",
"triple-dea",
"encrypt",
"decrypt",
"data encrypt utils"
],
"author": "JohnieXu",
"license": "MIT",
Expand Down

0 comments on commit 695ada7

Please sign in to comment.