Skip to content

Commit 502c534

Browse files
committed
i`m done with 1st step, commiting
1 parent 80bcd85 commit 502c534

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

bin/brain-games.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('Welcome to the Brain Games!')

package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "@hexlet/code",
3+
"version": "1.0.0",
4+
"description": "[![Actions Status](https://github.com/Michael57e/qa-auto-engineer-javascript-project-44/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/Michael57e/qa-auto-engineer-javascript-project-44/actions)",
5+
"homepage": "https://github.com/Michael57e/qa-auto-engineer-javascript-project-44#readme",
6+
"bugs": {
7+
"url": "https://github.com/Michael57e/qa-auto-engineer-javascript-project-44/issues"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/Michael57e/qa-auto-engineer-javascript-project-44.git"
12+
},
13+
"license": "ISC",
14+
"author": "",
15+
"type": "commonjs",
16+
"main": "index.js",
17+
"scripts": {
18+
"test": "echo \"Error: no test specified\" && exit 1"
19+
}
20+
}

0 commit comments

Comments
 (0)