Skip to content

Commit 245dd3d

Browse files
committed
update author and license info
1 parent b69b5c5 commit 245dd3d

File tree

6 files changed

+20
-11
lines changed

6 files changed

+20
-11
lines changed

packages/cli/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@
1818
"type": "git",
1919
"url": "https://github.com/Lambdatest/smartui-cli"
2020
},
21-
"author": "",
22-
"license": "ISC",
21+
"bugs": {
22+
"url": "https://github.com/Lambdatest/smartui-cli/issues"
23+
},
24+
"author": "LambdaTest <[email protected]>",
25+
"license": "MIT",
2326
"dependencies": {
2427
"@lambdatest/smartui-core": "1.0.2",
2528
"@lambdatest/smartui-logger": "1.0.2",

packages/core/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@
1515
"config:create-web": "NODE_NO_WARNINGS=1 node packages/cli/src/index.js config:create-web",
1616
"config:web-static": "NODE_NO_WARNINGS=1 node packages/cli/src/index.js config:web-static"
1717
},
18-
"author": "",
19-
"license": "ISC",
18+
"bugs": {
19+
"url": "https://github.com/Lambdatest/smartui-cli/issues"
20+
},
21+
"author": "LambdaTest <[email protected]>",
22+
"license": "MIT",
2023
"dependencies": {
2124
"axios": "^1.4.0",
2225
"chalk": "^5.3.0",

packages/logger/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/logger/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@
1111
"scripts": {
1212
"test": "echo \"Error: no test specified\" && exit 1"
1313
},
14-
"author": "",
15-
"license": "ISC",
14+
"bugs": {
15+
"url": "https://github.com/Lambdatest/smartui-cli/issues"
16+
},
17+
"author": "LambdaTest <[email protected]>",
18+
"license": "MIT",
1619
"dependencies": {
1720
"chalk": "^5.3.0",
1821
"winston": "^3.10.0"

0 commit comments

Comments
 (0)