Merge branch 'develop' into feature/webapp-tests

This commit is contained in:
Aarni Halinen
2019-11-09 21:15:29 +02:00
3 changed files with 1125 additions and 2625 deletions
@@ -35,5 +35,6 @@
<body>
{% block content %}
{% endblock content %}
{% include "webapp:footer.html" %}
</body>
</html>
+1121 -2622
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -15,12 +15,12 @@
"license": "ISC",
"dependencies": {
"eslint": "3.19.0",
"remark-cli": "^4.0.0",
"remark-preset-lint-recommended": "^3.0.1"
"remark-cli": "7.0.0",
"remark-preset-lint-recommended": "3.0.3"
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended"
]
}
}
}