create-react-app-custom
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -15,3 +15,3 @@ { | ||
"build": "webpack --mode production", | ||
"test": "jest ./src/test/test.js" | ||
"test": "jest test/test.js" | ||
}, | ||
@@ -21,4 +21,5 @@ "author": "Juan Batty <jmbl1685@hotmail.com>", | ||
"dependencies": { | ||
"react": "^16.7.0-alpha.2", | ||
"react-dom": "^16.7.0-alpha.2", | ||
"font-face-generator": "^1.1.1", | ||
"react": "next", | ||
"react-dom": "next", | ||
"styled-components": "^4.1.3" | ||
@@ -25,0 +26,0 @@ }, |
@@ -6,4 +6,4 @@ import React from "react"; | ||
import "./index.scss"; | ||
import "./assets/css/style.css"; | ||
import "./assets/css/load_fonts.css"; | ||
ReactDOM.render(<App />, document.getElementById("root")); |
{ | ||
"_from": "create-react-app-custom", | ||
"_id": "create-react-app-custom@1.0.2", | ||
"_id": "create-react-app-custom@1.0.3", | ||
"_inBundle": false, | ||
"_integrity": "sha512-RaRV3NmQE8DqWald/vkId727X5EZf+mU67nWSMSseP3Y1QqXaMD9lSvwrjV0SpseDVy/9yVEewv8sKJKSC9W7B==", | ||
"_integrity": "sha512-XSY1aj69kvJ66Dt8nWzL4aY0vF41Fi6dVtRc+g9UGuBlXNnISYQYVs8pO2E8Yqx3Im28Rmj+5rRSWBDD5fo1hA==", | ||
"_location": "/create-react-app-custom", | ||
@@ -21,6 +21,6 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://registry.npmjs.org/create-react-app-custom/-/create-react-app-custom-1.0.2.tgz", | ||
"_shasum": "5ea366f91e38b3dbb66d803fa215a55c672d2bd8", | ||
"_resolved": "https://registry.npmjs.org/create-react-app-custom/-/create-react-app-custom-1.0.3.tgz", | ||
"_shasum": "2a6883a18578f5c792468c3e7c92539f76161236", | ||
"_spec": "create-react-app-custom", | ||
"_where": "C:\\Users\\Juan Manuel", | ||
"_where": "C:\\WINDOWS\\system32", | ||
"author": { | ||
@@ -63,3 +63,3 @@ "name": "Juan Manuel Batty Linero", | ||
}, | ||
"version": "1.0.2" | ||
} | ||
"version": "1.0.3" | ||
} |
@@ -5,4 +5,2 @@ # 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 | ||
@@ -49,2 +47,2 @@ | ||
[MIT](LICENSE) | ||
[MIT](LICENSE) |
Sorry, the diff of this file is not supported yet
84795
20
160
47