RubyGems
npm
Organizations
Log in
Sign up
npm
create-puck-app
Versions diffs
0.14.0-canary.f2f0c9d → 0.14.0-canary.f975d87
create-puck-app 0.14.0-canary.f2f0c9d → 0.14.0-canary.f975d87
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/package.json
+1
-1
package/templates/next/app/styles.css
+0
-2
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "create-puck-app",
3
-
"version": "0.14.0-canary.
f2f0c9d
",
3
+
"version": "0.14.0-canary.
f975d87
",
4
4
"author": "Measured Corporation Ltd <hello@measured.co>",
5
5
"repository": "measuredco/puck",
6
6
"bugs": "https://github.com/measuredco/puck/issues",
package/templates/next/app/styles.css
CHANGED
Viewed
@@ -1,5 +1,3 @@
1
-
html,
2
1
body {
3
2
margin: 0;
4
-
padding: 0;
5
3
}