codelabs-react
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -69,3 +69,3 @@ "use strict"; | ||
flex: 1, | ||
maxWidth: "1200px" | ||
maxWidth: "600px" | ||
} | ||
@@ -72,0 +72,0 @@ }, children); |
{ | ||
"name": "codelabs-react", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "", | ||
@@ -45,2 +45,5 @@ "main": "dist/index.js", | ||
"./setup-tests.js" | ||
], | ||
"testPathIgnorePatterns": [ | ||
"dist" | ||
] | ||
@@ -47,0 +50,0 @@ }, |
@@ -51,3 +51,3 @@ import React from "react"; | ||
flex: 1, | ||
maxWidth: "1200px", | ||
maxWidth: "600px", | ||
}} | ||
@@ -54,0 +54,0 @@ > |
Sorry, the diff of this file is not supported yet
209287