Update package.json

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2021-07-17 23:46:40 +05:30 committed by GitHub
parent d16073a4ef
commit 5889aebf95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -1,10 +1,9 @@
{
"name": "encrypted-randomizer",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Random string encryptor w.r.t. Timestamps to add Security to your Web Application",
"main": "index.js",
"scripts": {
"hello": "echo hello world !!",
"scripts":
"test": "node ./test/sandbox"
},
"repository": {