create-react-app-custom
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "create-react-app-custom", | ||
"name": "create-react-app-2", | ||
"version": "1.0.0", | ||
@@ -4,0 +4,0 @@ "description": "", |
@@ -1,3 +0,4 @@ | ||
import React, { Fragment } from "react"; | ||
import logo from "./logo.svg"; | ||
import React from "react"; | ||
import webpack from "./assets/img/webpack.svg"; | ||
import react from "./assets/img/react.svg"; | ||
@@ -8,10 +9,11 @@ import Footer from "./components/Footer/Footer"; | ||
return ( | ||
<Fragment> | ||
<div className="center"> | ||
<img className="logo" src={logo} alt="" /> | ||
<h1 className="kidsrock">Create React App Custom</h1> | ||
<div className="center"> | ||
<div> | ||
<img className="logo" src={react} alt="" /> | ||
<img className="logo" src={webpack} alt="" /> | ||
</div> | ||
<h1 className="kidsrock">Create React App Custom</h1> | ||
<Footer /> | ||
</Fragment> | ||
</div> | ||
); | ||
} |
{ | ||
"_from": "create-react-app-custom", | ||
"_id": "create-react-app-custom@1.0.1", | ||
"_id": "create-react-app-custom@1.0.2", | ||
"_inBundle": false, | ||
@@ -21,3 +21,3 @@ "_integrity": "sha512-RaRV3NmQE8DqWald/vkId727X5EZf+mU67nWSMSseP3Y1QqXaMD9lSvwrjV0SpseDVy/9yVEewv8sKJKSC9W7B==", | ||
], | ||
"_resolved": "https://registry.npmjs.org/create-react-app-custom/-/create-react-app-custom-1.0.1.tgz", | ||
"_resolved": "https://registry.npmjs.org/create-react-app-custom/-/create-react-app-custom-1.0.2.tgz", | ||
"_shasum": "5ea366f91e38b3dbb66d803fa215a55c672d2bd8", | ||
@@ -63,3 +63,3 @@ "_spec": "create-react-app-custom", | ||
}, | ||
"version": "1.0.1" | ||
"version": "1.0.2" | ||
} |
@@ -5,2 +5,4 @@ # Create React App Custom [![Build Status](https://travis-ci.org/jmbl1685/create-react-app-custom.svg?branch=master)](https://travis-ci.org/jmbl1685/create-react-app-custom) [![Packagist](https://img.shields.io/packagist/l/doctrine/orm.svg)](https://github.com/jmbl1685/create-react-app-custom/blob/master/LICENSE) | ||
- Demo [https://create-react-app-custom.now.sh](https://create-react-app-custom.now.sh) | ||
## Installation | ||
@@ -47,2 +49,2 @@ | ||
[MIT](LICENSE) | ||
[MIT](LICENSE) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
82693
169
48