We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e301c15 commit 285618fCopy full SHA for 285618f
package.json
@@ -3,11 +3,16 @@
3
"version": "3.1.0",
4
"description": "Generate RDF quads from a Microsoft Access database.",
5
"main": "dist/msaccess.js",
6
- "repository": "https://github.com/redmer/rdfjs-source-msaccess.git",
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/redmer/rdfjs-source-msaccess.git"
9
+ },
10
"author": "Redmer Kronemeijer <12477216+redmer@users.noreply.github.com> (https://rdmr.eu/)",
11
"license": "MPL-2.0",
12
"private": false,
- "bin": "dist/cli.js",
13
+ "bin": {
14
+ "rdfjs-source-msaccess": "dist/cli.js"
15
16
"scripts": {
17
"test": "jest --passWithNoTests",
18
"build": "tsc -p ./tsconfig.json",
0 commit comments