Make package client side and fix CSS order

This commit is contained in:
Florine W. Dekker 2020-05-03 14:23:38 +02:00
parent 966387b5c7
commit c2a024a200
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
3 changed files with 3 additions and 3 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "@fwdekker/template",
"version": "0.0.6",
"version": "0.0.7",
"description": "The base template for pages on fwdekker.com.",
"author": "Felix W. Dekker (https://fwdekker.com)",
"license": "MIT",
@ -12,7 +12,7 @@
"bugs": {
"url": "https://git.fwdekker.com/FWDekker/fwdekker-template/issues"
},
"module": "dist/index.js",
"browser": "dist/index.js",
"scripts": {
"dev": "webpack --mode=development",
"deploy": "webpack --mode=production"

View File

@ -1,6 +1,6 @@
import h from "hyperscript";
import "milligram/dist/milligram.css";
import "normalize.css/normalize.css";
import "milligram/dist/milligram.css";
import "../css/common.css";