Skip to content

Commit 8b19ed0

Browse files
committed
Rename the package
1 parent 606b651 commit 8b19ed0

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# `react-scripts-ts` [![npm version](https://badge.fury.io/js/react-scripts-ts.svg)](https://badge.fury.io/js/react-scripts-ts) [![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-ts-ai` [![Build Status](https://travis-ci.org/andersinno/create-react-app-ai.svg?branch=master)](https://travis-ci.org/andersinno/create-react-app-ai)
2+
3+
#### This is a fork of [wmonk/create-react-app-typescript](https://github.com/wmonk/create-react-app-typescript)
24

35
Create React apps (with Typescript) with no build configuration.
46

@@ -9,7 +11,7 @@ _Do you know react and want to try out typescript? Or do you know typescript and
911
```sh
1012
npm install -g create-react-app
1113

12-
create-react-app my-app --scripts-version=react-scripts-ts
14+
create-react-app my-app --scripts-version=react-scripts-ts-ai
1315
cd my-app/
1416
npm start
1517
```

packages/react-scripts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "react-scripts-ts",
2+
"name": "react-scripts-ts-ai",
33
"version": "2.7.0",
44
"description": "Configuration and scripts for Create React App.",
5-
"repository": "wmonk/create-react-app",
5+
"repository": "andersinno/create-react-app-ai",
66
"license": "BSD-3-Clause",
77
"engines": {
88
"node": ">=6"
99
},
1010
"bugs": {
11-
"url": "https://github.com/wmonk/create-react-app/issues"
11+
"url": "https://github.com/andersinno/create-react-app-ai/issues"
1212
},
1313
"files": [
1414
"bin",

0 commit comments

Comments
 (0)