Skip to content

Commit

Permalink
build: Update package.json and turbo.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsdls committed Jan 17, 2024
1 parent 0bca9ca commit 77954fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions packages/thirdweb/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"name": "thirdweb",
"version": "0.0.0",
"repository": "https://github.com/thirdweb-dev/js/tree/main/packages/thirdweb",
"repository": {
"type": "git",
"url": "git+https://github.com/thirdweb-dev/js.git#main"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/thirdweb-dev/js/issues"
},
"author": "thirdweb eng <eng@thirdweb.com>",
"type": "module",
"bin": {
"thirdweb": "./node_modules/@thirdweb/cli/index.js"
"thirdweb": "node_modules/@thirdweb-dev/cli/dist/cli/index.js"
},
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"inputs": ["src/**", "fixtures/**", "package.json"],
"dependsOn": ["build"]
},
"thirdweb#e2e": {
"@thirdweb-dev/cli#e2e": {
"outputs": [],
"inputs": ["src/**", "e2e/**"],
"dependsOn": ["build"],
Expand Down

0 comments on commit 77954fe

Please sign in to comment.