Skip to content

Commit dd46ecb

Browse files
committed
bump patch in version number
1 parent 376e160 commit dd46ecb

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

packages/react-scripts/package.json

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "@tandem.ly/react-scripts",
3-
"version": "1.0.18",
4-
"description":
5-
"Tandem.ly Custom Configuration and scripts for Create React App.",
3+
"version": "1.0.19",
4+
"description": "Tandem.ly Custom Configuration and scripts for Create React App.",
65
"repository": "Tandemly/create-react-app",
76
"license": "MIT",
87
"engines": {
@@ -11,7 +10,13 @@
1110
"bugs": {
1211
"url": "https://github.com/Tandemly/create-react-app/issues"
1312
},
14-
"files": ["bin", "config", "scripts", "template", "utils"],
13+
"files": [
14+
"bin",
15+
"config",
16+
"scripts",
17+
"template",
18+
"utils"
19+
],
1520
"bin": {
1621
"react-scripts": "./bin/react-scripts.js"
1722
},

0 commit comments

Comments
 (0)