From 83a4f35302e986ef07404990ef85f36aa3df425d Mon Sep 17 00:00:00 2001 From: He4eT Date: Thu, 13 Feb 2025 14:52:22 +0100 Subject: [PATCH] package.json: add scripts --- package-lock.json | 2 -- package.json | 10 +++------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e4939fb..2058c43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,8 +6,6 @@ "packages": { "": { "name": "xecut", - "version": "1.0.0", - "license": "ISC", "dependencies": { "@11ty/eleventy": "^3.0.0" } diff --git a/package.json b/package.json index c8dc6a3..4eb2006 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,10 @@ { "name": "xecut", - "version": "1.0.0", - "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "build": "npx @11ty/eleventy", + "serve": "npx @11ty/eleventy --serve" }, - "keywords": [], - "author": "", - "license": "ISC", - "description": "", + "description": "A website for the Xecut hackspace.", "dependencies": { "@11ty/eleventy": "^3.0.0" }