Skip to content

Commit 75f5e6f

Browse files
committedSep 17, 2021
packageJSOn
1 parent cdca985 commit 75f5e6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "02-profile-card-component-main",
33
"version": "1.0.0",
4-
"description": "![Design preview for the Profile card component coding challenge](./design/desktop-preview.jpg)",
4+
"description": "Design Challange from Frontendmentor.io",
55
"main": "index.js",
66
"scripts": {
77
"dev": "live-server --port=3000",
88
"test": "echo \"Error: no test specified\" && exit 1"
99
},
10-
"keywords": [],
10+
"keywords": ["live-server", "frontendmentor", "challange", "profile"],
1111
"author": "Paulius Bieliauskas",
1212
"license": "MIT",
13-
"dependencies": {
13+
"devDependencies": {
1414
"live-server": "^1.2.1"
1515
}
1616
}

0 commit comments

Comments
 (0)