Skip to content

Commit f7431fd

Browse files
committed
ctco-dev: fix naming after PR #1
1 parent 121a5d0 commit f7431fd

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Create React App [![Build Status](https://travis-ci.org/aeldar/create-react-app.svg?branch=master)](https://travis-ci.org/aeldar/create-react-app)
1+
# Create React App [![Build Status](https://travis-ci.org/ctco-dev/create-react-app.svg?branch=master)](https://travis-ci.org/ctco-dev/create-react-app)
22

33
Create React apps with no build configuration.
44

@@ -11,7 +11,7 @@ If something doesn’t work, please [file an issue](https://github.com/facebooki
1111
## Quick Overview
1212

1313
```sh
14-
npx create-react-app --scripts-version=@aeldar/react-scripts my-app
14+
npx create-react-app --scripts-version=@ctco-dev/react-scripts my-app
1515
cd my-app
1616
npm start
1717
```
@@ -39,7 +39,7 @@ Just create a project, and you’re good to go.
3939
To create a new app, run a single command:
4040

4141
```sh
42-
npx create-react-app --scripts-version=@aeldar/react-scripts my-app
42+
npx create-react-app --scripts-version=@ctco-dev/react-scripts my-app
4343
```
4444

4545
*([npx](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b) comes with npm 5.2+ and higher, see [instructions for older npm versions](https://gist.github.com/gaearon/4064d3c23a77c74a3614c498a8bb1c5f))*

packages/react-scripts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "@aeldar/react-scripts",
2+
"name": "@ctco-dev/react-scripts",
33
"version": "1.1.4-14",
4-
"description": "Configuration and scripts for Create React App. Modified by @aeldar",
5-
"repository": "aeldar/create-react-app",
4+
"description": "Configuration and scripts for Create React App. Modified by @ctco-dev",
5+
"repository": "ctco-dev/create-react-app",
66
"license": "MIT",
77
"engines": {
88
"node": ">=6"
99
},
1010
"bugs": {
11-
"url": "https://github.com/aeldar/create-react-app/issues"
11+
"url": "https://github.com/ctco-dev/create-react-app/issues"
1212
},
1313
"files": [
1414
"bin",

tasks/e2e-kitchensink.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ git clean -df
100100

101101
# Install the app in a temporary location
102102
cd $temp_app_path
103-
npx create-react-app --scripts-version=@aeldar/react-scripts --internal-testing-template="$root_path"/packages/react-scripts/fixtures/kitchensink test-kitchensink
103+
npx create-react-app --scripts-version=@ctco-dev/react-scripts --internal-testing-template="$root_path"/packages/react-scripts/fixtures/kitchensink test-kitchensink
104104

105-
# Copy typescript configs from @aeldar/react-sctipts
105+
# Copy typescript configs from @ctco-dev/react-sctipts
106106
cp "$root_path"/packages/react-scripts/template/ts* "$temp_app_path/test-kitchensink"
107107

108108
# Install the test module
@@ -165,7 +165,7 @@ E2E_FILE=./build/index.html \
165165
# Eject...
166166
echo yes | npm run eject
167167

168-
# added by aeldar
168+
# added by ctco-dev
169169
yarn
170170

171171
# Link to test module

tasks/e2e-simple.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ git clean -df
149149

150150
# Install the app in a temporary location
151151
cd $temp_app_path
152-
npx create-react-app --scripts-version=@aeldar/react-scripts test-app
152+
npx create-react-app --scripts-version=@ctco-dev/react-scripts test-app
153153

154154
# TODO: verify we installed prerelease
155155

@@ -259,7 +259,7 @@ verify_module_scope
259259
# Eject...
260260
echo yes | npm run eject
261261

262-
# added by aeldar
262+
# added by ctco-dev
263263
yarn
264264

265265
# Test the build

0 commit comments

Comments
 (0)