Skip to content

Commit

Permalink
Adding Version Release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BRAVO68WEB committed Jul 17, 2021
1 parent 3b59069 commit 73895e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -35,4 +35,5 @@ jobs:
with:
auth-token: ${{ secrets.npm_token }}
registry-url: registry.npmjs.org
cmd: publish # will run `yarn publish` command

7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 73895e8

Please sign in to comment.