Skip to content

Commit 599365f

Browse files
PROD-2195 rename src-ts in separate branch in order to isolate its 231 changes #time 5m
1 parent e498d48 commit 599365f

File tree

231 files changed

+62
-26
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

231 files changed

+62
-26
lines changed

README.md

Lines changed: 14 additions & 14 deletions

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build:dev": "sh build-dev.sh",
1010
"build:prod": "sh build-prod.sh",
1111
"eject": "react-scripts eject",
12-
"lint": "tslint src/**/*.{ts,tsx}",
13-
"lint:fix": "tslint src/**/*.{ts,tsx} --fix",
12+
"lint": "tslint src-ts/**/*.{ts,tsx}",
13+
"lint:fix": "tslint src-ts/**/*.{ts,tsx} --fix",
1414
"test": "react-scripts test",
1515
"test:no-watch": "npm test -- --watchAll=false"
1616
},
@@ -66,4 +66,4 @@
6666
]
6767
},
6868
"types": "./types/index.d.ts"
69-
}
69+
}

public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"name": "Topcoder",
44
"icons": [
55
{
6-
"src": "favicon.png",
6+
"src-ts": "favicon.png",
77
"sizes": "64x64 48x48 32x32 24x24 16x16",
88
"type": "image/png"
99
},
1010
{
11-
"src": "logo_512x512.png",
11+
"src-ts": "logo_512x512.png",
1212
"type": "image/png",
1313
"sizes": "512x512"
1414
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)