Skip to content

Commit

Permalink
Merge pull request #2 from sCrypt-Inc/fix_bug_01
Browse files Browse the repository at this point in the history
Fix #1
  • Loading branch information
zhfnjust authored Sep 18, 2023
2 parents 0cb3d5f + 3b58b9c commit 09dbe2a
Show file tree
Hide file tree
Showing 12 changed files with 464 additions and 440 deletions.
69 changes: 17 additions & 52 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "scrypt-ord",
"version": "1.0.0",
"version": "1.0.2",
"description": "A demo sCrypt smart contract.",
"main": "dist/index.js",
"types": "src/index.ts",
"author": "",
"scripts": {
"build": "rimraf dist && tsc",
"build": "rimraf dist && tsc && npx scrypt-cli@latest compile",
"clean": "cd tests && rimraf scrypt.index.json && rimraf dist && rimraf artifacts",
"precompile": "npm run clean",
"compile": "cd tests && npx scrypt-cli@latest compile",
Expand All @@ -28,7 +28,7 @@
},
"dependencies": {
"dotenv": "^16.0.3",
"scrypt-ts": "^1.3.9-test.2",
"scrypt-ts": "^1.3.9",
"scrypt-ts-lib": "^0.1.23"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 09dbe2a

Please sign in to comment.