Skip to content

Commit

Permalink
Add some info for JSR publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
diogob committed May 29, 2024
1 parent d99d75a commit 3bcbb84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "@seasonedcc/composable-functions",
"exports": "./mod.ts",
"version": "4.0.0",
"tasks": {
"test": "deno test --allow-env --allow-net src",
Expand Down
6 changes: 0 additions & 6 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
/**
* Types and functions to make composition easy and safe
*
* @module
*/

export * from './src/index.ts'

0 comments on commit 3bcbb84

Please sign in to comment.