Skip to content

Commit

Permalink
chore: make deno.json to only include scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
unkn0wn-root committed Jan 23, 2025
1 parent 2db31f8 commit f838849
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
src/tests/coverage_report/
src/tests/coverage_report/
deno.lock
12 changes: 12 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Zoic",
"version": "1.0.7",
"description": "Caching middleware library for Oak",
"exports": {
".": "./zoic.ts"
},
"tasks": {
"test": "deno test ./src/tests/ --allow-net --allow-import"
},
"imports": {}
}

0 comments on commit f838849

Please sign in to comment.