RubyGems
npm
Organizations
Log in
Sign up
npm
create-puck-app
Versions diffs
0.12.0-canary.68cdc49 → 0.12.0-canary.889b4c7
create-puck-app 0.12.0-canary.68cdc49 → 0.12.0-canary.889b4c7
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/package.json
+1
-1
package/templates/gitignore
+3
-3
package/templates/next/app/layout.tsx
+1
-1
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "create-puck-app",
3
-
"version": "0.12.0-canary.
68cdc49
",
3
+
"version": "0.12.0-canary.
889b4c7
",
4
4
"private": false,
5
5
"license": "MIT",
6
6
"type": "module",
package/templates/gitignore
CHANGED
Viewed
@@ -1,8 +1,8 @@
1
1
# # Ignore everything
2
-
#
*.*
2
+
*.*
3
3
4
4
# # Explicitly ignore gitignore without extension
5
-
#
gitignore
5
+
gitignore
6
6
7
7
# # Except for handlebars files
8
-
#
!*.hbs
8
+
!*.hbs
package/templates/next/app/layout.tsx
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
import "@measured/puck/
dist/index
.css";
1
+
import "@measured/puck/
puck
.css";
2
2
import "./styles.css";
3
3
4
4
export default function RootLayout({