From 73895e80c845b68fa0aaad07598231967f957eb1 Mon Sep 17 00:00:00 2001 From: BRAVO68WEB Date: Sat, 17 Jul 2021 23:54:22 +0530 Subject: [PATCH] Adding Version Release v1.0.3 --- .github/workflows/npm-publish.yml | 3 ++- package.json | 7 +------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index ab3bdad..eb018e1 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -21,7 +21,7 @@ jobs: cmd: test # will run `yarn test` command publish-npm: - needs: build + needs: Publish runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -35,4 +35,5 @@ jobs: with: auth-token: ${{ secrets.npm_token }} registry-url: registry.npmjs.org + cmd: publish # will run `yarn publish` command diff --git a/package.json b/package.json index ff160da..79915b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "encrypted-randomizer", - "version": "1.0.2", + "version": "1.0.3", "description": "A Random string encryptor w.r.t. Timestamps to add Security to your Web Application", "main": "index.js", "scripts": { @@ -30,11 +30,6 @@ "crypto": "^1.0.1", "crypto-js": "^4.0.0", "cryptr": "^6.0.2", - "extends-string": "^1.0.0", - "hash-wasm": "^4.8.0", - "jose": "^3.14.0", - "randomstring": "^1.2.1", - "string-crypto": "^2.0.1", "tape": "^5.2.2" }, "devDependencies": {