juxtapose 4.0.33 → 4.0.34

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
  <!DOCTYPE html>
2
2
  <html>
3
3
  <head>
4
- <title>Juxtapose Examples - MVC Application</title>
5
- <meta charset="utf-8" />
4
+ <title>Juxtapose</title>
6
5
  <style>
7
6
 
8
7
  .error {
@@ -1,8 +1,7 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
3
  <head>
4
- <title>Juxtapose Examples - Simple Application</title>
5
- <meta charset="utf-8" />
4
+ <title>Juxtapose</title>
6
5
  </head>
7
6
  <body>
8
7
 
package/index.html CHANGED
@@ -1,17 +1,15 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
3
  <head>
4
- <title>Juxtapose Examples</title>
5
- <meta charset="utf-8" />
4
+ <title>Juxtapose</title>
6
5
  </head>
7
6
  <body>
8
- <h1>Juxtapose examples</h1>
9
7
  <ul>
10
8
  <li>
11
- <a href="example/simpleApplication.html">A simple application</a>
9
+ <a href="example/simple-application.html">A simple application</a>
12
10
  </li>
13
11
  <li>
14
- <a href="example/mvcApplication.html">An MVC application</a>
12
+ <a href="example/mvc-application.html">An MVC application</a>
15
13
  </li>
16
14
  </ul>
17
15
  </body>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "juxtapose",
3
3
  "author": "James Smith",
4
- "version": "4.0.33",
4
+ "version": "4.0.34",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/juxtapose",
7
7
  "description": "JSX support for Easy elements.",