We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3395856 commit e56123fCopy full SHA for e56123f
1 file changed
package.json
@@ -1,23 +1,23 @@
1
{
2
"name": "@runnerty/executor-wait",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Runnerty module: wait executor",
5
"author": "Coderty",
6
"license": "MIT",
7
"main": "index.js",
8
"repository": {
9
"type": "git",
10
- "url": "git+https://github.com/Coderty/runnerty-executor-wait.git"
+ "url": "git+https://github.com/runnerty/executor-wait.git"
11
},
12
"keywords": [
13
"runnerty",
14
"executor",
15
"wait"
16
],
17
"bugs": {
18
- "url": "https://github.com/Coderty/runnerty-executor-wait/issues"
+ "url": "https://github.com/runnerty/executor-wait/issues"
19
20
- "homepage": "https://github.com/Coderty/runnerty-executor-wait#readme",
+ "homepage": "https://github.com/runnerty/executor-wait#readme",
21
"dependencies": {
22
}
23
0 commit comments