Skip to content

Commit

Permalink
fix module
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Aug 9, 2023
1 parent 02c4851 commit b84bf4d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion executor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@acala-network/chopsticks-executor",
"description": "Chopsticks executor",
"version": "0.8.0-0",
"version": "0.8.0-1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/chopsticks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks",
"version": "0.8.0-0",
"version": "0.8.0-1",
"author": "Bryan Chen <xlchen1291@gmail.com>",
"license": "Apache-2.0",
"bin": "./chopsticks.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks-core",
"version": "0.8.0-0",
"version": "0.8.0-1",
"author": "Bryan Chen <xlchen1291@gmail.com>",
"license": "Apache-2.0",
"scripts": {
Expand Down
5 changes: 2 additions & 3 deletions packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
"compilerOptions": {
"outDir": "lib",
"rootDir": "src",
"target": "es2015",
"lib": ["es5", "dom", "dom.iterable"],
"module": "es2020",
"target": "es2016",
"lib": ["es6", "dom", "dom.iterable"],
"isolatedModules": true
},
"include": ["src/**/*"],
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks-testing",
"version": "0.8.0-0",
"version": "0.8.0-1",
"author": "Bryan Chen <xlchen1291@gmail.com>",
"license": "Apache-2.0",
"scripts": {
Expand Down

0 comments on commit b84bf4d

Please sign in to comment.