Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbekhen committed Feb 8, 2022
1 parent e997299 commit 2e1a98c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@ryanbekhen/cryptkhen",
"version": "3.0.1",
"name": "cryptkhen",
"version": "3.0.2",
"description": "Simple security signature",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"clean": "rm -rf lib",
"build": "yarn clean && tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "yarn build",
Expand All @@ -24,15 +25,11 @@
"cryptography",
"crypto"
],
"author": {
"name": "Achmad Irianto Eka Putra",
"email": "[email protected]",
"url": "https://www.ryanbekhen.me"
},
"author": "Achmad Irianto Eka Putra <[email protected]> (https://www.ryanbekhen.dev)",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/ryanbekhen/cryptkhen.git"
"url": "git+https://github.com/ryanbekhen/cryptkhen.git"
},
"bugs": {
"url": "https://github.com/ryanbekhen/cryptkhen/issues"
Expand All @@ -50,5 +47,8 @@
},
"files": [
"lib/**/*"
]
],
"directories": {
"test": "test"
}
}

0 comments on commit 2e1a98c

Please sign in to comment.