@reactful/create 1.2.3 → 1.2.5

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactful/create",
3
- "version": "1.2.3",
3
+ "version": "1.2.5",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "description": "reactful scaffold",
@@ -1,6 +1,6 @@
1
1
  import React from "react"
2
2
  import { client } from "@reactful/web"
3
- import '@reactful/commons'
3
+ import '@reactful/core'
4
4
  import "./form.css"
5
5
 
6
6
  //@ts-ignore
@@ -1,30 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <meta name="description" content="Home page">
7
- <meta name="theme-color" content="#333">
8
- <link rel="stylesheet" href="/assets/bootstrap-icons.css">
9
- <link rel="stylesheet" href="/assets/markdown.css">
10
- <link rel="stylesheet" href="/assets/default.css">
11
- <link rel="manifest" href="/assets/manifest.json">
12
- <title>Welcome</title>
13
- <meta name='viewport' content='width=device-width, initial-scale=1.0' />
14
- <meta name='description' content='Home page' />
15
- <meta name='theme-color' content='#333' />
16
- <meta name='title' content='Welcome' />
17
- <script src='/mnt/b/Repositorios/reactful/experiment/builds/shared.js'></script>
18
- <script type='module' src='/mnt/b/Repositorios/reactful/experiment/builds/bundle.js'></script></head>
19
- <body>
20
- <div id='root'>
21
- <h1>About</h1>
22
- <p>
23
- Lorem ipsum dolor sit amet consectetur adipisicing elit.
24
- Adipisci id eaque saepe ab numquam, nisi minus atque obcaecati,
25
- dignissimos facere accusamus nihil ipsam repudiandae praesentium,
26
- quia animi perspiciatis architecto fuga?
27
- </p>
28
- </div>
29
- </body>
30
- </html>