Update serve-marked to 0.1.0

pull/5/head
Amio 2018-07-12 13:01:45 +08:00
rodzic f2c2501269
commit 2e3f47cf0f
3 zmienionych plików z 6 dodań i 9 usunięć

Wyświetl plik

@ -4,12 +4,9 @@ module.exports = serveMarked('README.md', {
title: 'Badgen - Fast badge generating service',
preset: 'merri',
inlineCSS: `
body { color: #333 }
a { text-decoration: none; color: #06D }
a:hover { text-decoration: underline }
table { border-spacing: 0 }
td { padding: 0 1em 0 0; height: 24px; font: 14px/14px sans-serif }
td { padding: 0 1em 0 0 }
td a { font: 14px/14px monospace; vertical-align: top }
`,
googleAnalyticsID: 'UA-4646421-14'
trackingGA: 'UA-4646421-14'
})

6
package-lock.json wygenerowano
Wyświetl plik

@ -1603,9 +1603,9 @@
"integrity": "sha512-TcZvGMMy9vodEFSse30lWinkj+JgOBvPn8wRItpQRSayhc+4ssDs335uklkfvQQJgL/WvmHLVj4Ycv2s7QCQMg=="
},
"serve-marked": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/serve-marked/-/serve-marked-0.0.1.tgz",
"integrity": "sha512-2SG8gKKcl9RZE6SEKj2Tm2d+FnF28JRSFZ7fLCkjgPKIb7WslFiqoBi0YG/RtkVSb2vXKOSnCXwmxPi+4JbZvw==",
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/serve-marked/-/serve-marked-0.1.0.tgz",
"integrity": "sha512-wPlWdtkc2y2PMoHyON9xbAeHDrXNCRAiEU6IIdOaE9wmlBb99zWjK0OweDyhezC9AtGEpgPyaEDt5uK1RK/BzQ==",
"requires": {
"marked": "^0.4.0"
}

Wyświetl plik

@ -16,7 +16,7 @@
"lru-cache": "^4.1.3",
"millify": "^2.0.1",
"r2": "^2.0.1",
"serve-marked": "0.0.1"
"serve-marked": "0.1.0"
},
"devDependencies": {
"standard": "^11.0.1"