Skip to content

Commit

Permalink
Ipfs fix 2 (#300)
Browse files Browse the repository at this point in the history
* ipfs fix for prod

* ipfs fix for prod

* build

* 1.2.0

* 1.3.0

* fix

* 1.3.1
  • Loading branch information
shaharyakir authored Apr 10, 2024
1 parent 227906e commit 21f7b0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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,14 +1,14 @@
{
"name": "@ton-community/contract-verifier-sdk",
"version": "1.3.0",
"version": "1.3.1",
"description": "TON verifier SDK - sources fetcher + code viewer for FunC with code highlighting ",
"exports": {
"node": "./lib/index.js",
"import": "./dist/index.min.js"
},
"types": "lib/web.d.ts",
"files": [
"lib/**/*",
"lib/**/**",
"dist/index.min.js"
],
"scripts": {
Expand Down

0 comments on commit 21f7b0d

Please sign in to comment.