Updating project

This commit is contained in:
2022-07-03 19:32:57 +02:00
parent fd0feec8cd
commit a406eb0b9e
4 changed files with 7 additions and 15 deletions

View File

@@ -3,16 +3,8 @@
"version": "2.0.0",
"description": "URL Shortener for Developers 💻",
"main": "start/kernel.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/linkyjs/core.git"
},
"author": "Arthur Danjou <arthurdanjou@outlook.fr> (https://arthurdanjou.fr)",
"license": "MIT",
"bugs": {
"url": "https://github.com/linkyjs/core/issues"
},
"homepage": "https://github.com/linkyjs/core#readme",
"scripts": {
"build": "node ace build --production",
"start": "node server.js",