Skip to content

Commit

Permalink
Add main part in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu89 committed May 20, 2022
1 parent 8a89411 commit dde56ba
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "@zerologin/lnurl",
"version": "0.0.1",
"version": "0.0.2",
"description": "LNURL library written in TS",
"private": false,
"main": "dist/index.js",
"scripts": {
"dev": "ts-node ./src/index.ts",
"build": "tsc",
Expand All @@ -20,5 +21,9 @@
"@types/node": "^17.0.35",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
},
"repository": {
"url": "http://github.com/zerologin/lnurl",
"type": "git"
}
}

0 comments on commit dde56ba

Please sign in to comment.