working + many improvements
ryuji new features, saki changes, write build code, bump makoto version, add preview
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "tsc -p . && node index.js",
|
||||
"test": "tsc -p . && node tests.js"
|
||||
"test": "tsc -p . && node tests.js",
|
||||
"preview": "npm run build && node preview.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -18,7 +19,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/jetstream0/hedgeblog#readme",
|
||||
"dependencies": {
|
||||
"makoto": "^1.0.0"
|
||||
"makoto": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.4.5"
|
||||
|
||||
Reference in New Issue
Block a user