Skip to content

Commit

Permalink
publish version v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
0xj4m35 committed Nov 28, 2024
1 parent 7af3922 commit 3c84480
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"files": {
"ignoreUnknown": false,
"ignore": ["node_modules/**", ".vscode/**", ".husky", "build", "src/tokens", "*.config.js"]
"ignore": ["node_modules/**", ".vscode/**", ".husky", "build", "src/tokens", "*.config.js", "package.json"]
},
"formatter": {
"bracketSpacing": true,
Expand Down
16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,27 @@
"prepare": "husky install"
},
"lint-staged": {
"*": ["pnpm lint", "pnpm check-format"]
"*": [
"pnpm lint",
"pnpm check-format"
]
},
"files": ["build"],
"files": [
"build"
],
"exports": {
".": {
"types": "./build/index.d.ts",
"import": "./build/index.es.js",
"require": "./build/index.js"
}
},
"keywords": ["minswap", "cardano", "dex", "blockchain"],
"keywords": [
"minswap",
"cardano",
"dex",
"blockchain"
],
"author": "Minswap Labs",
"license": "ISC",
"repository": {
Expand Down

0 comments on commit 3c84480

Please sign in to comment.