Skip to content

Commit bf1cdfc

Browse files
Merge pull request #8 from james-gates-0212/7-update-packagejson-for-additional-informations
add: additional informations on `package.json`📦
2 parents 1a1fb06 + ae6e25e commit bf1cdfc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
22
"name": "js-assessments",
33
"version": "1.0.0",
4+
"description": "JavaScript Assessments",
5+
"author": "James Gates",
6+
"engines": {
7+
"node": ">=18",
8+
"npm": ">=8",
9+
"yarn": ">=1"
10+
},
411
"license": "MIT",
512
"devDependencies": {
613
"@commitlint/cli": "^19.2.1",

0 commit comments

Comments
 (0)