Skip to content

Commit ea98761

Browse files
committed
fix package.json naming
1 parent c835100 commit ea98761

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

examples/15-simple-dynamic-call/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
2-
"name": "mimic-function",
2+
"name": "@mimicprotocol/15-simple-dynamic-call",
33
"version": "0.0.1",
44
"license": "Unlicensed",
55
"private": true,
66
"type": "module",
77
"scripts": {
8-
"deploy": "mimic deploy",
9-
"build": "mimic build",
8+
"build": "yarn codegen && yarn compile",
109
"codegen": "mimic codegen",
1110
"compile": "mimic compile",
1211
"test": "mimic test",
@@ -22,12 +21,11 @@
2221
"@types/node": "^22.10.5",
2322
"assemblyscript": "0.27.36",
2423
"chai": "^4.3.7",
25-
"dotenv": "^17.2.3",
2624
"eslint": "^9.10.0",
2725
"json-as": "1.1.7",
2826
"mocha": "^10.2.0",
2927
"tsx": "^4.20.3",
3028
"typescript": "^5.8.3",
3129
"visitor-as": "0.11.4"
3230
}
33-
}
31+
}

0 commit comments

Comments
 (0)