Skip to content

Commit cfb5c6e

Browse files
committed
chore: fixed formatting
1 parent 798c6cd commit cfb5c6e

File tree

4 files changed

+40
-8
lines changed

4 files changed

+40
-8
lines changed

packages/cli/package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
{
22
"name": "@uptask/cli",
33
"type": "module",
4+
"main": "build/index.js",
45
"version": "0.3.2",
56
"license": "MIT",
67
"author": "Datist",
78
"repository": "https://github.com/datisthq/uptask",
89
"description": "Primitives and helpers for running tasks in TypeScript",
9-
"keywords": ["typescript", "task"],
10-
"main": "build/index.js",
10+
"keywords": [
11+
"typescript",
12+
"task",
13+
"cli",
14+
"cron",
15+
"schedule",
16+
"task runner",
17+
"task scheduler"
18+
],
1119
"dependencies": {
1220
"@uptask/core": "workspace:*",
1321
"commander": "^13.1.0"

packages/core/package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
{
22
"name": "@uptask/core",
33
"type": "module",
4+
"main": "build/index.js",
45
"version": "0.3.1",
56
"license": "MIT",
67
"author": "Datist",
78
"repository": "https://github.com/datisthq/uptask",
89
"description": "Primitives and helpers for running tasks in TypeScript",
9-
"keywords": ["typescript", "task"],
10-
"main": "build/index.js",
10+
"keywords": [
11+
"typescript",
12+
"task",
13+
"cli",
14+
"cron",
15+
"schedule",
16+
"task runner",
17+
"task scheduler"
18+
],
1119
"dependencies": {
1220
"p-all": "^5.0.0",
1321
"p-retry": "^6.2.1",

packages/cron/package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
{
22
"name": "@uptask/cron",
33
"type": "module",
4+
"main": "build/index.js",
45
"version": "0.2.7",
56
"license": "MIT",
67
"author": "Datist",
78
"repository": "https://github.com/datisthq/uptask",
89
"description": "Primitives and helpers for running tasks in TypeScript",
9-
"keywords": ["typescript", "task"],
10-
"main": "build/index.js",
10+
"keywords": [
11+
"typescript",
12+
"task",
13+
"cli",
14+
"cron",
15+
"schedule",
16+
"task runner",
17+
"task scheduler"
18+
],
1119
"dependencies": {
1220
"@uptask/core": "workspace:*",
1321
"cron": "^3.1.7"

packages/meta/package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
{
22
"name": "uptask",
33
"type": "module",
4+
"main": "build/index.js",
45
"version": "0.3.7",
56
"license": "MIT",
67
"author": "Datist",
78
"repository": "https://github.com/datisthq/uptask",
89
"description": "Primitives and helpers for running tasks in TypeScript",
9-
"keywords": ["typescript", "task"],
10-
"main": "build/index.js",
10+
"keywords": [
11+
"typescript",
12+
"task",
13+
"cli",
14+
"cron",
15+
"schedule",
16+
"task runner",
17+
"task scheduler"
18+
],
1119
"dependencies": {
1220
"@uptask/core": "workspace:*",
1321
"@uptask/cli": "workspace:*",

0 commit comments

Comments
 (0)