Well don't ignore it then
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-03-02 23:35:13 +01:00
parent c8bb96939e
commit a0bb53db62
2 changed files with 5 additions and 6 deletions

View File

@@ -1,4 +1,3 @@
.git
*Dockerfile*
.env
node_modules
.env

View File

@@ -17,16 +17,16 @@
},
"dependencies": {
"animejs": "^3.1.0",
"compression": "^1.7.4",
"dayjs": "^1.8.21",
"imagesloaded": "^4.1.4",
"lazysizes": "^5.2.0",
"normalize.css": "^8.0.1",
"shufflejs": "^5.2.3"
"polka": "^1.0.0-next.9",
"shufflejs": "^5.2.3",
"sirv": "^0.4.2"
},
"devDependencies": {
"compression": "^1.7.4",
"polka": "^1.0.0-next.9",
"sirv": "^0.4.2",
"@babel/core": "^7.8.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",