Skip to content

Commit 88adcae

Browse files
committed
chore: bump to v2.0.2
1 parent 0bdfd05 commit 88adcae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "queue-xec-worker",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Worker part of queue-xec , can runs jobs - install required dependencies dynamically on demand.All required data with master exchanged with encryption. ",
55
"main": "index.js",
66
"scripts": {
77
"test": "jest --forceExit --passWithNoTests",
88
"test:dev": "jest --watch ",
99
"lint": "eslint ",
10-
"format": "prettier --write .",
10+
"format": "prettier --write ",
1111
"prepare": "node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky install"
1212
},
1313
"keywords": [],

0 commit comments

Comments
 (0)