create-puck-app 0.14.0-canary.de9c2c4 → 0.14.0-canary.e8991cc

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.
package/README.md CHANGED
@@ -18,4 +18,4 @@ yarn create puck-app my-app
18
18
 
19
19
  ## License
20
20
 
21
- MIT © [Measured Co.](https://github.com/measuredco)
21
+ MIT © [Measured Corporation Ltd](https://measured.co)
package/package.json CHANGED
@@ -1,6 +1,10 @@
1
1
  {
2
2
  "name": "create-puck-app",
3
- "version": "0.14.0-canary.de9c2c4",
3
+ "version": "0.14.0-canary.e8991cc",
4
+ "author": "Measured Corporation Ltd <hello@measured.co>",
5
+ "repository": "measuredco/puck",
6
+ "bugs": "https://github.com/measuredco/puck/issues",
7
+ "homepage": "https://puckeditor.com",
4
8
  "private": false,
5
9
  "license": "MIT",
6
10
  "type": "module",
@@ -1,4 +1,3 @@
1
- import "@measured/puck/puck.css";
2
1
  import "./styles.css";
3
2
 
4
3
  export default function RootLayout({
@@ -11,6 +11,7 @@
11
11
  * NB this route is public, and you will need to add authentication
12
12
  */
13
13
 
14
+ import "@measured/puck/puck.css";
14
15
  import { Client } from "./client";
15
16
  import { Metadata } from "next";
16
17
  import { getPage } from "../../../lib/get-page";
@@ -1,5 +1,3 @@
1
- html,
2
1
  body {
3
2
  margin: 0;
4
- padding: 0;
5
3
  }