Skip to content

Commit 0039a36

Browse files
committed
first commit
1 parent 589ab4f commit 0039a36

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77

88
## Roadmap
99
- [ ] compress files to [eszip](https://github.com/denoland/eszip)https://github.com/denoland/eszip
10+
- [ ] use correct permissions when compilig to executable

deno.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"tasks": {
3+
"build" : "deno compile -A deploy.js"
4+
},
5+
"lock": false
6+
}

deploy

90.7 MB
Binary file not shown.

deploy.js

Whitespace-only changes.

0 commit comments

Comments
 (0)