We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b81ba5 commit 27b122dCopy full SHA for 27b122d
package.json
@@ -3,6 +3,11 @@
3
"version": "1.0.0",
4
"description": "LambdaTest's command-line interface (CLI) aimed to help you run your SmartUI tests on LambdaTest platform",
5
"main": "index.js",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/LambdaTest/smartui-storybook.git"
9
+ },
10
+ "homepage": "https://github.com/LambdaTest/smartui-storybook#readme",
11
"scripts": {
12
"test": "echo \"Error: no test specified\" && exit 1"
13
},
@@ -13,6 +18,9 @@
18
"lambdatest",
14
19
"smartui"
15
20
],
21
+ "bugs": {
22
+ "url": "https://github.com/LambdaTest/smartui-storybook/issues"
23
16
24
"author": "LambdaTest <[email protected]>",
17
25
"license": "MIT",
26
"dependencies": {
0 commit comments