diff options
author | gumi <git@gumi.ca> | 2019-07-24 12:42:38 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2019-07-24 12:42:38 -0400 |
commit | 276896d9a6f187b486de46bc59a8be0226912985 (patch) | |
tree | 666a1b1cc9cf8eb1a2af3c872fd530ba3767db82 /package.json | |
parent | 95b7aed2b0decababfcdb84446b44867fbfcdbee (diff) | |
download | website-276896d9a6f187b486de46bc59a8be0226912985.tar.gz website-276896d9a6f187b486de46bc59a8be0226912985.tar.bz2 website-276896d9a6f187b486de46bc59a8be0226912985.tar.xz website-276896d9a6f187b486de46bc59a8be0226912985.zip |
add normalize.css
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index e4dbada..9513575 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "webhint": "npx hint http://127.0.0.1:8080/" }, "dependencies": { + "normalize.css": "^8.0.1", "vue": "^2.6.10", "vue-class-component": "^7.0.2", "vue-property-decorator": "^8.1.0", |