diff --git a/.npmignore b/.npmignore index 5b0ca0c..c92a820 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,5 @@ node_modules src tsconfig.json -yarn.lock \ No newline at end of file +yarn.lock +.github \ No newline at end of file diff --git a/package.json b/package.json index d017528..c63f540 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@index-as/lit-ceramic-sdk", - "version": "0.0.1", + "version": "0.0.2", "description": "An integration of Lit Protocol with Ceramic Network forked from LIT-Protocol/CeramicIntegration repository on github. ", "license": "MIT", "repository": "indexas/index-as-lit-integration",