Skip to content

Commit

Permalink
chore: publish only required files
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrvk committed Nov 15, 2024
1 parent 0fc0178 commit 5684282
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@
"name": "@1inch/tsconfig",
"version": "1.0.7",
"license": "UNLICENSED",
"files": [
"README.md",
"package.json",
"tsconfig.json"
],
"scripts": {
"release": "node ./release.mjs"
},
"dependencies": {
"semver": "^7.5.4"
}
}
}

0 comments on commit 5684282

Please sign in to comment.