Skip to content

Commit 4c8676b

Browse files
Clone of loginwashere/semaphoreci-demosGH-1
1 parent eb6257b commit 4c8676b

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

.semaphore/semaphore.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ agent:
2121
# commands to execute.
2222
# See https://docs.semaphoreci.com/article/62-concepts
2323
blocks:
24-
- name: Installing dependencies
24+
- name: Install dependencies
2525
task:
2626
# Set environment variables that your project requires.
2727
# See https://docs.semaphoreci.com/article/66-environment-variables-and-secrets

src/client/package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@
3535
"redux-thunk": "^2.3.0",
3636
"reselect": "^4.0.0",
3737
"typesafe-actions": "^3.0.0",
38-
"yup": "^0.26.10",
39-
"tslint": "^5.12.1",
40-
"tslint-react": "^3.6.0",
41-
"typescript": "^3.3.3"
38+
"yup": "^0.26.10"
4239
},
4340
"scripts": {
4441
"start": "react-scripts start",

src/server/package.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,7 @@
3333
"reflect-metadata": "^0.1.12",
3434
"rimraf": "^2.6.3",
3535
"rxjs": "^6.3.3",
36-
"typeorm": "^0.2.12",
37-
"ts-jest": "^23.10.5",
38-
"ts-node": "^7.0.1",
39-
"tsconfig-paths": "^3.7.0",
40-
"tslint": "5.12.1",
41-
"typescript": "^3.2.4"
36+
"typeorm": "^0.2.12"
4237
},
4338
"devDependencies": {
4439
"@types/express": "^4.16.0",

0 commit comments

Comments
 (0)