Skip to content

Commit 9f1331b

Browse files
committed
Stabilize
1 parent 456aa17 commit 9f1331b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

deno.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
{
22
"name": "@cross/runtime",
3-
"version": "0.0.17",
3+
"version": "1.0.0",
44
"exports": "./mod.ts",
55
"fmt": {
66
"lineWidth": 200,
77
"exclude": ["README.md"]
88
},
9+
"publish": {
10+
"exclude": [
11+
".github",
12+
"mod.test.ts"
13+
]
14+
},
915
"imports": { "@cross/test": "jsr:@cross/test@^0.0.7", "@std/assert": "jsr:@std/assert@^0.219.1" }
1016
}

0 commit comments

Comments
 (0)