Skip to content

Commit 459b265

Browse files
committed
renewed directory due to data corruption
1 parent 3453a0c commit 459b265

File tree

2 files changed

+29
-5
lines changed

2 files changed

+29
-5
lines changed

Sprint-3/alarmclock/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,5 @@
1313
"bugs": {
1414
"url": "https://github.com/CodeYourFuture/CYF-Coursework-Template/issues"
1515
},
16-
"homepage": "https://github.com/CodeYourFuture/CYF-Coursework-Template#readme",
17-
"devDependencies": {
18-
"jest": "^30.3.0"
19-
}
16+
"homepage": "https://github.com/CodeYourFuture/CYF-Coursework-Template#readme"
2017
}

Sprint-3/package.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
{
2+
"name": "module-data-groups",
3+
"version": "1.0.0",
4+
"license": "CC-BY-SA-4.0",
5+
"description": "",
6+
"scripts": {
7+
"test": "jest",
8+
"format": "prettier --write ."
9+
},
10+
"workspaces": [
11+
"alarmclock",
12+
"quote-generator",
13+
"reading-list",
14+
"slideshow",
15+
"todo-list"
16+
],
17+
"repository": {
18+
"type": "git",
19+
"url": "git+https://github.com/CodeYourFuture/Module-Data-Groups.git"
20+
},
21+
"bugs": {
22+
"url": "https://github.com/CodeYourFuture/Module-Data-Groups/issues"
23+
},
24+
"homepage": "https://github.com/CodeYourFuture/Module-Data-Groups#readme",
225
"devDependencies": {
3-
"jest": "^30.3.0"
26+
"@testing-library/dom": "^10.4.0",
27+
"@testing-library/jest-dom": "^6.6.3",
28+
"@testing-library/user-event": "^14.6.1",
29+
"jest": "^30.0.4",
30+
"jest-environment-jsdom": "^30.0.4"
431
}
532
}

0 commit comments

Comments
 (0)