Skip to content

Commit

Permalink
Stabilize
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Mar 18, 2024
1 parent 456aa17 commit 9f1331b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
{
"name": "@cross/runtime",
"version": "0.0.17",
"version": "1.0.0",
"exports": "./mod.ts",
"fmt": {
"lineWidth": 200,
"exclude": ["README.md"]
},
"publish": {
"exclude": [
".github",
"mod.test.ts"
]
},
"imports": { "@cross/test": "jsr:@cross/test@^0.0.7", "@std/assert": "jsr:@std/assert@^0.219.1" }
}

0 comments on commit 9f1331b

Please sign in to comment.