Skip to content

Commit

Permalink
New verison
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Nov 24, 2022
1 parent 9a31da0 commit 4c01c78
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ui/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"name": "@holochain-open-dev/membrane-invitations",
"version": "0.0.5",
"version": "0.0.7",
"author": "[email protected]",
"description": "Frontend module for the Holochain hc_zome_membrane_invitations zome",
"main": "./dist/index.js",
"module": "./dist/index.js",
"exports": {
".": "./dist/index.js"
},
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch --preserveWatchOutput",
Expand Down

0 comments on commit 4c01c78

Please sign in to comment.