Skip to content

Commit

Permalink
feat: add package.json (#231)
Browse files Browse the repository at this point in the history
* feat: add package.json

* refactor: rename package
  • Loading branch information
PaulRBerg committed Sep 29, 2023
1 parent 778de34 commit 7638d72
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json
@@ -0,0 +1,16 @@
{
"name": "@uniswap/permit2",
"description": "Low-overhead, next generation token approval/meta-tx system to make token approvals easier, more secure, and more consistent across applications",
"version": "1.0.0",
"bugs": "https://github.com/Uniswap/permit2/issues",
"keywords": [
"ethereum",
"permit2",
"uniswap"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Uniswap/permit2.git"
}
}

0 comments on commit 7638d72

Please sign in to comment.