mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-04 17:37:26 +00:00
package.json: add scripts
This commit is contained in:
parent
a56f971840
commit
83a4f35302
2 changed files with 3 additions and 9 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -6,8 +6,6 @@
|
|||
"packages": {
|
||||
"": {
|
||||
"name": "xecut",
|
||||
"version": "1.0.0",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@11ty/eleventy": "^3.0.0"
|
||||
}
|
||||
|
|
|
|||
10
package.json
10
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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue