Modify modules to be custom

This commit is contained in:
Joe Haddad
2016-10-24 14:27:39 -04:00
parent ee9ca5e7bc
commit 7775e048fc
5 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
{
"name": "babel-preset-react-app",
"private": "true",
"version": "1.0.0",
"description": "Babel preset used by Create React App",
"repository": "facebookincubator/create-react-app",

View File

@@ -1,5 +1,6 @@
{
"name": "create-react-app",
"private": "true",
"version": "0.6.0",
"keywords": [
"react"

View File

@@ -1,5 +1,6 @@
{
"name": "eslint-config-react-app",
"private": "true",
"version": "0.3.0",
"description": "ESLint configuration used by Create React App",
"repository": "facebookincubator/create-react-app",

View File

@@ -1,5 +1,6 @@
{
"name": "react-dev-utils",
"private": "true",
"version": "0.3.0",
"description": "Webpack utilities used by Create React App",
"repository": "facebookincubator/create-react-app",

View File

@@ -1,5 +1,5 @@
{
"name": "react-scripts",
"name": "timer-react-scripts",
"version": "0.7.0",
"description": "Configuration and scripts for Create React App.",
"repository": "facebookincubator/create-react-app",