Skip to content

Commit ebfc00f

Browse files
author
Yash Ladha
committed
fix: metadata for repo in the package config
Fixed the repo url in package.json and updated the same in the README with the correct version.
1 parent 99669a5 commit ebfc00f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Protractor plugin which enables BrowserStack reports on CI servers
44

5-
![Browserstack reports on Jenkins](screenshots/jenkins_report.png)
5+
![Browserstack reports on Jenkins](https://raw.githubusercontent.com/browserstack/protractor-browserstack-reporter/master/screenshots/jenkins_report.png)
66

77
## Installation
88

@@ -11,7 +11,7 @@ Add `protractor-browserstack-reporter` as a dependency in your `package.json`.
1111
```json
1212
{
1313
"dependencies": {
14-
"protractor-browserstack-reporter": "~0.1.0"
14+
"protractor-browserstack-reporter": "~0.2.2"
1515
}
1616
}
1717
```

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protractor-browserstack-reporter",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A Protractor plugin which enables BrowserStack reports on CI",
55
"main": "index.js",
66
"keywords": [
@@ -12,7 +12,7 @@
1212
],
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/browserstack/browserstack-protractor-reporter.git"
15+
"url": "git+https://github.com/browserstack/protractor-browserstack-reporter.git"
1616
},
1717
"author": "BrowserStack",
1818
"license": "ISC",

0 commit comments

Comments
 (0)