Skip to content

Commit 3f73b4a

Browse files
Trigger PR validator fresh
1 parent cf94412 commit 3f73b4a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Sprint-3/alarmclock/package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "alarmclock",
3+
"version": "1.0.0",
4+
"license": "CC-BY-SA-4.0",
5+
"description": "You must update this package",
6+
"scripts": {
7+
"test": "jest --config=../jest.config.js alarmclock"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/CodeYourFuture/CYF-Coursework-Template.git"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/CodeYourFuture/CYF-Coursework-Template/issues"
15+
},
16+
"homepage": "https://github.com/CodeYourFuture/CYF-Coursework-Template#readme"
17+
}

0 commit comments

Comments
 (0)