@tahminator/sapling 1.5.21 → 1.5.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,7 @@
1
1
  /**
2
2
  * Default Express.js 404 error page, as a string.
3
3
  */
4
- export const Html404ErrorPage = (error) => `
5
- <!DOCTYPE html>
4
+ export const Html404ErrorPage = (error) => `<!DOCTYPE html>
6
5
  <html lang="en">
7
6
  <head>
8
7
  <meta charset="utf-8">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tahminator/sapling",
3
- "version": "1.5.21",
3
+ "version": "1.5.23",
4
4
  "author": "Tahmid Ahmed",
5
5
  "description": "A library to help you write cleaner Express.js code",
6
6
  "repository": {