Skip to content

Commit

Permalink
Update nestland config
Browse files Browse the repository at this point in the history
  • Loading branch information
KaindlJulian committed Jan 28, 2021
1 parent 9ee77d9 commit 71a19f7
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion egg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
{
"version": "0.1.5",
"name": "velo",
"description": "Velo provides performant Cache imlementations for Deno. Supports LRU, LFU, ARC and other caching policies.",
"repository": "https://github.com/velo-org/velo",
"stable": true,
"files": ["./src/**/*", "mod.ts", "deps.ts", "README.md", "./media/*"]
"files": [
"./src/**/*",
"mod.ts",
"deps.ts",
"README.md",
"./media/*"
],
"check": true,
"entry": "./mod.ts",
"homepage": "https://github.com/velo-org/velo",
"ignore": [],
"unlisted": false
}

0 comments on commit 71a19f7

Please sign in to comment.