Skip to content

Commit e55e22f

Browse files
committed
Unique name
1 parent d693d10 commit e55e22f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `react-scripts-ts-scss` [![npm version](https://badge.fury.io/js/react-scripts-ts-scss.svg)](https://badge.fury.io/js/react-scripts-ts-scss) [![Build Status](https://travis-ci.org/wmonk/create-react-app-typescript.svg?branch=master)](https://travis-ci.org/wmonk/create-react-app-typescript)
1+
# `react-scripts-scss-ts` [![npm version](https://badge.fury.io/js/react-scripts-scss-ts.svg)](https://badge.fury.io/js/react-scripts-scss-ts) [![Build Status](https://travis-ci.org/wmonk/create-react-app-typescript.svg?branch=master)](https://travis-ci.org/wmonk/create-react-app-typescript)
22

33
Create React apps (with Typescript) with no build configuration.
44

@@ -12,7 +12,7 @@ _Do you know react and want to try out typescript? Or do you know typescript and
1212
```sh
1313
npm install -g create-react-app
1414

15-
create-react-app my-app --scripts-version=react-scripts-ts-scss
15+
create-react-app my-app --scripts-version=react-scripts-scss-ts
1616
cd my-app/
1717
npm start
1818
```

packages/react-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-scripts-ts-scss",
2+
"name": "react-scripts-scss-ts",
33
"version": "2.17.0",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "wmonk/create-react-app",

tasks/e2e-simple.sh

+1-1
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 test-app --scripts-version=react-scripts-ts-scss
152+
npx create-react-app test-app --scripts-version=react-scripts-scss-ts
153153

154154
# TODO: verify we installed prerelease
155155

0 commit comments

Comments
 (0)