Skip to content

Commit

Permalink
chore(loader): add repo field to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Mar 6, 2024
1 parent 7c3e937 commit 79e2db2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion loader/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "@permaweb/ao-loader",
"version": "0.0.22",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/permaweb/ao.git",
"directory": "loader"
},
"sideEffects": false,
"type": "module",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 79e2db2

Please sign in to comment.