Skip to content

Commit 4d530db

Browse files
author
William Monk
committed
3.0.0
1 parent 10a5957 commit 4d530db

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts-ts",
3-
"version": "2.17.0",
3+
"version": "3.0.0",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "wmonk/create-react-app",
66
"license": "BSD-3-Clause",
@@ -10,7 +10,13 @@
1010
"bugs": {
1111
"url": "https://github.com/wmonk/create-react-app/issues"
1212
},
13-
"files": ["bin", "config", "scripts", "template", "utils"],
13+
"files": [
14+
"bin",
15+
"config",
16+
"scripts",
17+
"template",
18+
"utils"
19+
],
1420
"bin": {
1521
"react-scripts-ts": "./bin/react-scripts-ts.js"
1622
},

0 commit comments

Comments
 (0)