Rewrited to TypeScript, better file structure

This commit is contained in:
2022-01-12 23:15:24 +01:00
parent 5eafee03b2
commit c988ef64c4
13 changed files with 112 additions and 55 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "nork",
"version": "2.0.0.1",
"version": "3.0.0",
"description": "The best node.js 'framework' :)",
"main": "dist/app.js",
"bin": "dist/app.js",

View File