Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Jun 20, 2023
1 parent e6e5de4 commit c5a01a6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions executor/pkg/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "@acala-network/chopsticks-executor",
"description": "Chopsticks executor",
"version": "0.6.5",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/AcalaNetwork/chopsticks"
},
"files": [
"chopsticks_executor_bg.wasm",
"chopsticks_executor.js",
"chopsticks_executor.d.ts"
],
"main": "chopsticks_executor.js",
"types": "chopsticks_executor.d.ts"
}

0 comments on commit c5a01a6

Please sign in to comment.