Skip to content

Commit

Permalink
chore: rename package and update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thekiba authored and PolyProgrammist committed Feb 11, 2024
1 parent 86d76d5 commit b826168
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ typings/
## Custom
## ======

.idea
dist/
build/
build/
25 changes: 14 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@polyprogrammist_test/tlbgen",
"name": "@ton-community/tlb-codegen",
"version": "1.0.13",
"description": "",
"main": "build/index.js",
Expand All @@ -21,7 +21,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@igorivaniuk/tlb-parser": "^0.1.0",
"@ton-community/tlb-parser": "^0.1.1",
"@types/jest": "^29.5.11",
"crc-32": "^1.2.2",
"meow": "^9.0.0",
Expand Down

0 comments on commit b826168

Please sign in to comment.