added module to the cli

main
Jackson Morgan 4 months ago
parent e4f3af5b8e
commit 80fb6c4a5e
  1. 3
      packages/cli/package.json

@ -3,6 +3,7 @@
"version": "1.0.0-alpha.14", "version": "1.0.0-alpha.14",
"description": "A Command Line Interface for Linked Data Objects", "description": "A Command Line Interface for Linked Data Objects",
"main": "./dist/index.js", "main": "./dist/index.js",
"type": "module",
"bin": { "bin": {
"ldo": "./dist/index.js" "ldo": "./dist/index.js"
}, },
@ -60,4 +61,4 @@
"access": "public" "access": "public"
}, },
"gitHead": "840910c56ec3f61416f031cc76771a5673af6757" "gitHead": "840910c56ec3f61416f031cc76771a5673af6757"
} }
Loading…
Cancel
Save