Skip to content

Commit

Permalink
Adding lib/anoma/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jurevans committed Feb 23, 2022
1 parent cb217a8 commit 536684d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
1 change: 0 additions & 1 deletion anoma-wallet/src/lib/anoma/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
LICENSE*
README.md
package.json
23 changes: 23 additions & 0 deletions anoma-wallet/src/lib/anoma/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "wasm",
"collaborators": [
"Justin Evans <[email protected]>"
],
"description": "The Anoma Wallet Web App",
"version": "0.1.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/heliaxdev/anoma-apps/anoma-lib/"
},
"files": [
"anoma_bg.wasm",
"anoma.js",
"anoma.d.ts",
"LICENSE_APACHE",
"LICENSE_MIT"
],
"module": "anoma.js",
"types": "anoma.d.ts",
"sideEffects": false
}

0 comments on commit 536684d

Please sign in to comment.