Skip to content

Commit

Permalink
chore: bump to v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kos-M committed Oct 2, 2022
1 parent 0bdfd05 commit 88adcae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "queue-xec-worker",
"version": "2.0.1",
"version": "2.0.2",
"description": "Worker part of queue-xec , can runs jobs - install required dependencies dynamically on demand.All required data with master exchanged with encryption. ",
"main": "index.js",
"scripts": {
"test": "jest --forceExit --passWithNoTests",
"test:dev": "jest --watch ",
"lint": "eslint ",
"format": "prettier --write .",
"format": "prettier --write ",
"prepare": "node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky install"
},
"keywords": [],
Expand Down

0 comments on commit 88adcae

Please sign in to comment.