Skip to content

Commit 7609958

Browse files
committed
fix: change repository url
1 parent 67c3d8b commit 7609958

File tree

3 files changed

+40
-40
lines changed

3 files changed

+40
-40
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
### [0.6.4](https://github.com/pimlie/tib/compare/v0.6.3...v0.6.4) (2019-07-28)
5+
### [0.6.4](https://github.com/nuxt/tib/compare/v0.6.3...v0.6.4) (2019-07-28)
66

77

88
### Bug Fixes
99

10-
* use 'folder: false' to use bs-local with an internal server ([8bd4abc](https://github.com/pimlie/tib/commit/8bd4abc))
10+
* use 'folder: false' to use bs-local with an internal server ([8bd4abc](https://github.com/nuxt/tib/commit/8bd4abc))
1111

1212

1313

14-
### [0.6.3](https://github.com/pimlie/tib/compare/v0.6.2...v0.6.3) (2019-07-14)
14+
### [0.6.3](https://github.com/nuxt/tib/compare/v0.6.2...v0.6.3) (2019-07-14)
1515

1616

1717
### Bug Fixes
1818

19-
* **staticserver:** keep ref to config ([e6fde22](https://github.com/pimlie/tib/commit/e6fde22))
19+
* **staticserver:** keep ref to config ([e6fde22](https://github.com/nuxt/tib/commit/e6fde22))
2020

2121

2222

23-
### [0.6.2](https://github.com/pimlie/tib/compare/v0.6.1...v0.6.2) (2019-07-14)
23+
### [0.6.2](https://github.com/nuxt/tib/compare/v0.6.1...v0.6.2) (2019-07-14)
2424

2525

2626
### Bug Fixes
2727

28-
* dont return early in getElementsFromPage ([4324211](https://github.com/pimlie/tib/commit/4324211))
28+
* dont return early in getElementsFromPage ([4324211](https://github.com/nuxt/tib/commit/4324211))
2929

3030

3131
### Features
3232

33-
* add quiet option to disable logs ([0025dbb](https://github.com/pimlie/tib/commit/0025dbb))
33+
* add quiet option to disable logs ([0025dbb](https://github.com/nuxt/tib/commit/0025dbb))
3434

3535

3636

37-
### [0.6.1](https://github.com/pimlie/tib/compare/v0.6.0...v0.6.1) (2019-07-13)
37+
### [0.6.1](https://github.com/nuxt/tib/compare/v0.6.0...v0.6.1) (2019-07-13)
3838

3939

4040
### Bug Fixes
4141

42-
* dont overwrite staticServer config ([be5675c](https://github.com/pimlie/tib/commit/be5675c))
42+
* dont overwrite staticServer config ([be5675c](https://github.com/nuxt/tib/commit/be5675c))
4343

4444

4545

46-
## [0.6.0](https://github.com/pimlie/tib/compare/v0.5.2...v0.6.0) (2019-07-13)
46+
## [0.6.0](https://github.com/nuxt/tib/compare/v0.5.2...v0.6.0) (2019-07-13)
4747

4848

4949
### Bug Fixes
5050

51-
* ignore grep errors for chrome detector ([262ae34](https://github.com/pimlie/tib/commit/262ae34))
51+
* ignore grep errors for chrome detector ([262ae34](https://github.com/nuxt/tib/commit/262ae34))
5252

5353

5454
### Features
5555

56-
* add static webserver command ([9b075d4](https://github.com/pimlie/tib/commit/9b075d4))
57-
* add trim option to getText(s) ([1caadd0](https://github.com/pimlie/tib/commit/1caadd0))
56+
* add static webserver command ([9b075d4](https://github.com/nuxt/tib/commit/9b075d4))
57+
* add trim option to getText(s) ([1caadd0](https://github.com/nuxt/tib/commit/1caadd0))
5858

5959

6060
### Tests
6161

62-
* fix for selenium ([7533ed4](https://github.com/pimlie/tib/commit/7533ed4))
62+
* fix for selenium ([7533ed4](https://github.com/nuxt/tib/commit/7533ed4))
6363

6464

6565

66-
## [0.5.2](https://github.com/pimlie/tib/compare/v0.5.1...v0.5.2) (2019-05-05)
66+
## [0.5.2](https://github.com/nuxt/tib/compare/v0.5.1...v0.5.2) (2019-05-05)
6767

6868

6969

70-
## [0.5.1](https://github.com/pimlie/tib/compare/v0.5.0...v0.5.1) (2019-04-03)
70+
## [0.5.1](https://github.com/nuxt/tib/compare/v0.5.0...v0.5.1) (2019-04-03)
7171

7272

7373
### Bug Fixes
7474

75-
* use correct es5 entry point ([cc68e67](https://github.com/pimlie/tib/commit/cc68e67))
75+
* use correct es5 entry point ([cc68e67](https://github.com/nuxt/tib/commit/cc68e67))
7676

7777

7878

79-
# [0.5.0](https://github.com/pimlie/tib/compare/v0.4.0...v0.5.0) (2019-03-26)
79+
# [0.5.0](https://github.com/nuxt/tib/compare/v0.4.0...v0.5.0) (2019-03-26)
8080

8181

8282
### Bug Fixes
8383

84-
* detect chrome correctly on darwin (use egrep) ([c6068a2](https://github.com/pimlie/tib/commit/c6068a2))
85-
* implement safari correctly ([15c4d8b](https://github.com/pimlie/tib/commit/15c4d8b))
86-
* only enable xfvb by default on supported platforms ([d6df88c](https://github.com/pimlie/tib/commit/d6df88c))
87-
* only load xfvb by default on supported platforms ([52fac06](https://github.com/pimlie/tib/commit/52fac06))
84+
* detect chrome correctly on darwin (use egrep) ([c6068a2](https://github.com/nuxt/tib/commit/c6068a2))
85+
* implement safari correctly ([15c4d8b](https://github.com/nuxt/tib/commit/15c4d8b))
86+
* only enable xfvb by default on supported platforms ([d6df88c](https://github.com/nuxt/tib/commit/d6df88c))
87+
* only load xfvb by default on supported platforms ([52fac06](https://github.com/nuxt/tib/commit/52fac06))
8888

8989

9090
### Features
9191

92-
* rename browser export to createBrowser ([d62e935](https://github.com/pimlie/tib/commit/d62e935))
92+
* rename browser export to createBrowser ([d62e935](https://github.com/nuxt/tib/commit/d62e935))
9393

9494

9595

96-
# [0.4.0](https://github.com/pimlie/tib/compare/v0.3.0...v0.4.0) (2019-03-21)
96+
# [0.4.0](https://github.com/nuxt/tib/compare/v0.3.0...v0.4.0) (2019-03-21)
9797

9898

9999
### Features
100100

101-
* add mocked timer detection and try to workaround them ([ea9409c](https://github.com/pimlie/tib/commit/ea9409c))
101+
* add mocked timer detection and try to workaround them ([ea9409c](https://github.com/nuxt/tib/commit/ea9409c))
102102

103103

104104

105-
# [0.3.0](https://github.com/pimlie/tib/compare/v0.2.2...v0.3.0) (2019-03-21)
105+
# [0.3.0](https://github.com/nuxt/tib/compare/v0.2.2...v0.3.0) (2019-03-21)
106106

107107

108108
### Bug Fixes
109109

110-
* add exit listeners to exit child procs on interruption ([744dcff](https://github.com/pimlie/tib/commit/744dcff))
110+
* add exit listeners to exit child procs on interruption ([744dcff](https://github.com/nuxt/tib/commit/744dcff))
111111

112112

113113
### Features
114114

115-
* auto transpile when browser version is specified ([f610f25](https://github.com/pimlie/tib/commit/f610f25))
115+
* auto transpile when browser version is specified ([f610f25](https://github.com/nuxt/tib/commit/f610f25))
116116

117117

118118

119-
## [0.2.2](https://github.com/pimlie/tib/compare/v0.2.1...v0.2.2) (2019-03-20)
119+
## [0.2.2](https://github.com/nuxt/tib/compare/v0.2.1...v0.2.2) (2019-03-20)
120120

121121

122122
### Bug Fixes
123123

124-
* **browserstack:** only set default os when not set ([3fa0322](https://github.com/pimlie/tib/commit/3fa0322))
124+
* **browserstack:** only set default os when not set ([3fa0322](https://github.com/nuxt/tib/commit/3fa0322))
125125

126126

127127

128-
## [0.2.1](https://github.com/pimlie/tib/compare/v0.2.0...v0.2.1) (2019-03-20)
128+
## [0.2.1](https://github.com/nuxt/tib/compare/v0.2.0...v0.2.1) (2019-03-20)
129129

130130

131131

132-
# [0.2.0](https://github.com/pimlie/tib/compare/v0.1.0...v0.2.0) (2019-03-20)
132+
# [0.2.0](https://github.com/nuxt/tib/compare/v0.1.0...v0.2.0) (2019-03-20)
133133

134134

135135
### Bug Fixes
136136

137-
* **selenium:** make sync scripts work in run async ([596f2ad](https://github.com/pimlie/tib/commit/596f2ad))
137+
* **selenium:** make sync scripts work in run async ([596f2ad](https://github.com/nuxt/tib/commit/596f2ad))
138138

139139

140140
### Features
141141

142-
* add cjs build ([aa6cdd4](https://github.com/pimlie/tib/commit/aa6cdd4))
143-
* improvments ([d3db982](https://github.com/pimlie/tib/commit/d3db982))
144-
* split puppeteer/puppeteer-core ([341356b](https://github.com/pimlie/tib/commit/341356b))
142+
* add cjs build ([aa6cdd4](https://github.com/nuxt/tib/commit/aa6cdd4))
143+
* improvments ([d3db982](https://github.com/nuxt/tib/commit/d3db982))
144+
* split puppeteer/puppeteer-core ([341356b](https://github.com/nuxt/tib/commit/341356b))
145145

146146

147147

@@ -150,4 +150,4 @@ All notable changes to this project will be documented in this file. See [standa
150150

151151
### Bug Fixes
152152

153-
* dont throw error when Xvfb is already running (which is fine) ([35eaccb](https://github.com/pimlie/tib/commit/35eaccb))
153+
* dont throw error when Xvfb is already running (which is fine) ([35eaccb](https://github.com/nuxt/tib/commit/35eaccb))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# test in browser (tib)
2-
<a href="https://circleci.com/gh/pimlie/tib/"><img src="https://badgen.net/circleci/github/pimlie/tib" alt="Build Status"></a>
3-
<a href="https://codecov.io/gh/pimlie/tib"><img src="https://badgen.net/codecov/c/github/pimlie/tib/master" alt="Coverage Status"></a>
2+
<a href="https://circleci.com/gh/nuxt/tib/"><img src="https://badgen.net/circleci/github/nuxt/tib" alt="Build Status"></a>
3+
<a href="https://codecov.io/gh/nuxt/tib"><img src="https://badgen.net/codecov/c/github/nuxt/tib/master" alt="Coverage Status"></a>
44
[![npm](https://img.shields.io/npm/dt/tib.svg)](https://www.npmjs.com/package/tib)
55
[![npm (scoped with tag)](https://img.shields.io/npm/v/tib/latest.svg)](https://www.npmjs.com/package/tib)
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Easy e2e browser testing in Node",
55
"main": "lib/tib.js",
66
"module": "src/index.js",
7-
"repository": "https://github.com/pimlie/tib",
7+
"repository": "https://github.com/nuxt/tib",
88
"author": "pimlie <[email protected]>",
99
"license": "MIT",
1010
"scripts": {

0 commit comments

Comments
 (0)