Skip to content

Commit 502f4ee

Browse files
committed
limit diff
1 parent e3d3fe6 commit 502f4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tasks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"publishConfig": {
88
"access": "public"
99
},
10-
"sources": "./src/index.ts",
1110
"exports": {
1211
"./package.json": "./package.json",
1312
".": {
@@ -21,6 +20,7 @@
2120
}
2221
}
2322
},
23+
"source": "./src/index.ts",
2424
"scripts": {
2525
"lint": "eslint --quiet --fix --ext .cjs,.ts .",
2626
"lint:check": "eslint --ext .cjs,.ts .",

0 commit comments

Comments
 (0)