Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Nov 6, 2023
1 parent 5bfc126 commit 8364b82
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "blumen",
"version": "0.1.0",
"version": "0.1.1",
"description": "🌸 Self-custodial decentralized deployments",
"type": "module",
"bin": { "blumen": "./dist/cli.js" },
"bin": {
"blumen": "./dist/cli.js"
},
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
Expand All @@ -18,13 +20,18 @@
"prepublishOnly": "pnpm build"
},
"keywords": [
"ipfs", "filecoin", "deploy", "cli"
"ipfs",
"filecoin",
"deploy",
"cli"
],
"files": [
"dist"
],
"author": "v1rtl <[email protected]>",
"engines": { "node": ">=16.8" },
"engines": {
"node": ">=16.8"
},
"license": "MIT",
"dependencies": {
"@ensdomains/content-hash": "^3.0.0",
Expand Down

0 comments on commit 8364b82

Please sign in to comment.