Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Dah-kenangnon committed Dec 22, 2023
1 parent e6a08b1 commit 885e395
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "location_data_bj",
"description": "Comprehensive Benin Republic territory data for web and JS apps",
"version": "1.0.0",
"main": "./public/dist/bundle.js",
"description": "Benin Republic territory data for web and JS apps",
"version": "1.0.1",
"author": {
"name": "Justin Y. Dah-kenangnon",
"email": "[email protected]"
Expand All @@ -15,6 +16,12 @@
"coverage": "jest --coverage",
"test:watch": "jest --watch"
},
"files": [
"public/dist",
"src",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=18.17.0"
},
Expand All @@ -27,5 +34,9 @@
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"repository": {
"type": "git",
"url": "https://github.com/Dahkenangnon/location_data_bj_js.git"
}
}
}

0 comments on commit 885e395

Please sign in to comment.