RubyGems
npm
Organizations
Log in
Sign up
npm
@measured/puck
Versions diffs
0.9.0 → 0.9.1-canary.f4e8d4a
@measured/puck 0.9.0 → 0.9.1-canary.f4e8d4a
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/README.md
+1
-0
package/package.json
+1
-1
package/README.md
CHANGED
Viewed
@@ -69,6 +69,7 @@ Render the page:
69
69
```jsx
70
70
// Page.jsx
71
71
import { Render } from "@measured/puck";
72
+
import "@measured/puck/dist/index.css";
72
73
73
74
export function Page() {
74
75
return <Render config={config} data={data} />;
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@measured/puck",
3
-
"version": "0.9.
0
",
3
+
"version": "0.9.
1-canary.f4e8d4a
",
4
4
"private": false,
5
5
"main": "./dist/index.js",
6
6
"types": "./dist/index.d.ts",