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" }