From 992332a0a02519f1155eca113353aa7dafe362ec Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 10 Jan 2023 15:24:44 +0100 Subject: Added smaller set of headings --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 33d0a79..a278393 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "build:style": "sass --load-path=node_modules src_demo/index.scss public/style.css", "lint:style": "stylelint \"src/**/*.scss\"", "fix:style": "stylelint \"src/**/*.scss\" --fix", - "serve": "python -m http.server --bind 127.0.0.1 --directory public 8000" + "serve": "python -m http.server --bind 127.0.0.1 --directory public 8001" }, "dependencies": { "@oddbird/blend": "^0.2.3", -- cgit v1.3.1