Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysu committed Apr 29, 2024
1 parent d823367 commit 7c99e59
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 143 deletions.
1 change: 0 additions & 1 deletion examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"devDependencies": {
"@lens-protocol/eslint-config": "workspace:*",
"@lens-protocol/prettier-config": "workspace:*",
"@swc/core": "^1.4.13",
"@types/node": "^18.18.12",
"@types/uuid": "^9.0.7",
"prettier": "^2.8.8",
Expand Down
3 changes: 1 addition & 2 deletions examples/node/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
},
"include": ["scripts"],
"ts-node": {
"transpileOnly": true,
"swc": true
"transpileOnly": true
}
}
2 changes: 2 additions & 0 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

CLI tool for Lens developers.

**Please note, this is an experimental tool and it may undergo significant changes in the future.**

## Usage

Install the Lens CLI from npm.
Expand Down
1 change: 0 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"@lens-protocol/eslint-config": "workspace:*",
"@lens-protocol/prettier-config": "workspace:*",
"@lens-protocol/tsconfig": "workspace:*",
"@swc/core": "^1.4.13",
"@types/node": "^18.19.31",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
Expand Down
3 changes: 1 addition & 2 deletions packages/cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
},
"include": ["src"],
"ts-node": {
"transpileOnly": true,
"swc": true
"transpileOnly": true
}
}
145 changes: 8 additions & 137 deletions pnpm-lock.yaml

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

0 comments on commit 7c99e59

Please sign in to comment.