Skip to content

Commit 3edc228

Browse files
authored
Fix package.json
Changed/improved some package.json properties
1 parent ab7c1cd commit 3edc228

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

package.json

+13-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "33",
2+
"name": "33-js-concepts",
33
"version": "1.0.0",
4-
"description": "<h1 align=\"center\">\r <br>\r <a href=\"https://github.com/thedaviddias/Front-End-Performance-Checklist\"><img src=\"https://i.imgur.com/dsHmk6H.jpg\" alt=\"33 Concepts Every JS Developer Should Know\" width=200\"></a>\r <br>\r <br>\r   33 Concepts Every JavaScript Developer Should Know\r   <br>\r </h1>",
4+
"description": "33 Concepts Every JS Developer Should Know",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
@@ -10,9 +10,17 @@
1010
"type": "git",
1111
"url": "git+https://github.com/leonardomso/33.git"
1212
},
13-
"keywords": [],
14-
"author": "",
15-
"license": "ISC",
13+
"keywords": [
14+
"JavaScript",
15+
"JS",
16+
"NodeJS",
17+
"Node"
18+
],
19+
"author": {
20+
"name": "Leonardo Maldonado",
21+
"url": "https://github.com/leonardomso"
22+
},
23+
"license": "MIT",
1624
"bugs": {
1725
"url": "https://github.com/leonardomso/33/issues"
1826
},

0 commit comments

Comments
 (0)