added module to the cli

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

@ -3,6 +3,7 @@
"version": "1.0.0-alpha.14",
"description": "A Command Line Interface for Linked Data Objects",
"main": "./dist/index.js",
"type": "module",
"bin": {
"ldo": "./dist/index.js"
},

Loading…
Cancel
Save