Skip to content

Commit d2407f7

Browse files
committed
fix: error repo link in package
1 parent 91eacd8 commit d2407f7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
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

55
<a name="0.1.2"></a>
6-
## [0.1.2](https://github.com/https://github.com/nuxt-community/guess-module/compare/v0.1.1...v0.1.2) (2018-11-05)
6+
## [0.1.2](https://github.com/nuxt-community/guess-module/compare/v0.1.1...v0.1.2) (2018-11-05)
77

88

99
### Bug Fixes
1010

11-
* GA in module options not work ([0c3e6eb](https://github.com/https://github.com/nuxt-community/guess-module/commit/0c3e6eb))
12-
* use correct url in readme ([8bd6107](https://github.com/https://github.com/nuxt-community/guess-module/commit/8bd6107))
13-
* use correct url in readme ([95fdb39](https://github.com/https://github.com/nuxt-community/guess-module/commit/95fdb39))
11+
* GA in module options not work ([0c3e6eb](https://github.com/nuxt-community/guess-module/commit/0c3e6eb))
12+
* use correct url in readme ([8bd6107](https://github.com/nuxt-community/guess-module/commit/8bd6107))
13+
* use correct url in readme ([95fdb39](https://github.com/nuxt-community/guess-module/commit/95fdb39))
1414

1515

1616

1717
<a name="0.1.1"></a>
18-
## [0.1.1](https://github.com/https://github.com/nuxt-community/guess-module/compare/v0.1.0...v0.1.1) (2018-10-30)
18+
## [0.1.1](https://github.com/nuxt-community/guess-module/compare/v0.1.0...v0.1.1) (2018-10-30)
1919

2020

2121
### Bug Fixes
2222

23-
* use scoped package ([33f7f13](https://github.com/https://github.com/nuxt-community/guess-module/commit/33f7f13))
23+
* use scoped package ([33f7f13](https://github.com/nuxt-community/guess-module/commit/33f7f13))
2424

2525

2626

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

3131
### Features
3232

33-
* add module for guess ([590b104](https://github.com/https://github.com/nuxt-community/guess-module/commit/590b104))
33+
* add module for guess ([590b104](https://github.com/nuxt-community/guess-module/commit/590b104))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"main": "lib/module.js",
12-
"repository": "https://github.com/https://github.com/nuxt-community/guess-module",
12+
"repository": "https://github.com/nuxt-community/guess-module",
1313
"publishConfig": {
1414
"access": "public"
1515
},

0 commit comments

Comments
 (0)