Skip to content

Commit

Permalink
update version, keywords and files in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
7i7o committed Aug 29, 2023
1 parent c50ee54 commit ad558a9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@7i7o/pl-sync",
"version": "0.0.1",
"version": "0.0.2",
"description": "Sync git repos to Protocol Land",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -12,12 +12,20 @@
"run": "node dist/index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"keywords": [
"Protocol Land"
],
"author": "@7i7o",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"files": [
"dist/",
"src/",
"package.json",
"README.md"
],
"dependencies": {
"@bundlr-network/client": "^0.11.13",
"arweave": "^1.14.4",
Expand Down

0 comments on commit ad558a9

Please sign in to comment.