Skip to content

Commit 285618f

Browse files
committed
fix: package.json modernized
1 parent e301c15 commit 285618f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@
33
"version": "3.1.0",
44
"description": "Generate RDF quads from a Microsoft Access database.",
55
"main": "dist/msaccess.js",
6-
"repository": "https://github.com/redmer/rdfjs-source-msaccess.git",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/redmer/rdfjs-source-msaccess.git"
9+
},
710
"author": "Redmer Kronemeijer <12477216+redmer@users.noreply.github.com> (https://rdmr.eu/)",
811
"license": "MPL-2.0",
912
"private": false,
10-
"bin": "dist/cli.js",
13+
"bin": {
14+
"rdfjs-source-msaccess": "dist/cli.js"
15+
},
1116
"scripts": {
1217
"test": "jest --passWithNoTests",
1318
"build": "tsc -p ./tsconfig.json",

0 commit comments

Comments
 (0)