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": {