Skip to content

Commit 01c3937

Browse files
authored
Merge pull request rooseveltframework#762 from kethinov/various-maintenance
various maintenance
2 parents 7217eab + 0a56b89 commit 01c3937

File tree

6 files changed

+752
-282
lines changed

6 files changed

+752
-282
lines changed

docs/statics/pages/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<arg pageTitle>Teddy templating engine</arg>
33
<arg pageContent>
44
<article>
5-
<p><a href='https://www.npmjs.com/package/teddy'><img src="https://img.shields.io/npm/v/teddy.svg" alt="npm"></a></p>
5+
<p>🧸 <strong>teddy</strong> <a href='https://www.npmjs.com/package/teddy'><img src="https://img.shields.io/npm/v/teddy.svg" alt="npm"></a></p>
66

77
<img src="/images/teddy.jpg" alt="Teddy Roosevelt's facial hair is a curly brace." title="Teddy Roosevelt's facial hair is a curly brace." class="float-right rounded-edges">
88

docs/statics/pages/usage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2 id="install">Install</h2>
2020
<p>For use in browsers:</p>
2121

2222
<ul>
23-
<li><code>dist/teddy.client.cjs</code>: CommonJS bundle: : <code>const teddy = require('teddy/client')</code></li>
23+
<li><code>dist/teddy.client.cjs</code>: CommonJS bundle: <code>const teddy = require('teddy/client')</code></li>
2424
<li><code>dist/teddy.js</code>: Standalone bundle that can be included via <code><!--#<script>--></code> tags.</li>
2525
<li><code>dist/teddy.min.js</code>: Minified standalone bundle that can be included via <code><!--#<script>--></code> tags.</li>
2626
<li><code>dist/teddy.client.mjs</code>: ES module: <code>import teddy from 'teddy/client'</code></li>

0 commit comments

Comments
 (0)