Skip to content

Commit 3e703cc

Browse files
author
Robbin Johansson
committed
Update repo/author/demo links
1 parent 4b66287 commit 3e703cc

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

33
All notable changes to `vue-scroll-indicator` will be documented in this file.
44

5-
## [0.1.2] - TBA
5+
## [0.1.2] - 2019-01-31
66

77
### Added
88
- Add component name.
99

10+
### Changed
11+
- Moved repo to [robbinworks/vue-scroll-indicator/](https://github.com/robbinworks/vue-scroll-indicator).
12+
- Moved demo to [robbinworks.github.io/vue-scroll-indicator/](https://robbinworks.github.io/vue-scroll-indicator/).
13+
1014
## [0.1.1] - 2018-04-09
1115

1216
### Changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Contributions are **welcome** and will be fully **credited**.
44

5-
We accept contributions via Pull Requests on [Github](https://github.com/robbinfellow/vue-scroll-indicator).
5+
We accept contributions via Pull Requests on [Github](https://github.com/robbinworks/vue-scroll-indicator).
66

77
## Pull Requests
88

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) Robbin Johansson <robbinfellow@gmail.com>
3+
Copyright (c) Robbin Johansson <mail@robbin.works>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[![Latest Version on NPM](https://img.shields.io/npm/v/vue-scroll-indicator.svg?style=flat-square)](https://npmjs.com/package/vue-scroll-indicator)
22
[![Total Downloads on NPM](https://img.shields.io/npm/dt/vue-scroll-indicator.svg)](https://www.npmjs.com/package/vue-scroll-indicator)
33
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
4-
[![Build Status](https://img.shields.io/travis/robbinfellow/vue-scroll-indicator/master.svg?style=flat-square)](https://travis-ci.org/robbinfellow/vue-scroll-indicator)
54

65
# Vue-scroll-indicator
76
Scroll indicator component using Vue.js.
@@ -71,7 +70,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
7170

7271
## Credits
7372

74-
* [Robbin Johansson](https://github.com/robbinfellow)
73+
* [Robbin Johansson](https://github.com/robbinworks)
7574
* [spatie/skeleton-vue](https://github.com/spatie/skeleton-vue)
7675

7776
## License

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/robbinfellow/vue-scroll-indicator.git"
17+
"url": "git+https://github.com/robbinworks/vue-scroll-indicator.git"
1818
},
1919
"keywords": [
2020
"vue",
2121
"vue-component",
2222
"scroll-indicator",
2323
"scroll"
2424
],
25-
"author": "Robbin Johansson <robbinfellow@gmail.com>",
25+
"author": "Robbin Johansson <mail@robbin.works>",
2626
"license": "MIT",
2727
"bugs": {
28-
"url": "https://github.com/robbinfellow/vue-scroll-indicator/issues"
28+
"url": "https://github.com/robbinworks/vue-scroll-indicator/issues"
2929
},
30-
"homepage": "https://github.com/robbinfellow/vue-scroll-indicator#readme",
30+
"homepage": "https://github.com/robbinworks/vue-scroll-indicator#readme",
3131
"peerDependencies": {
3232
"vue": "^2.3.0"
3333
},

0 commit comments

Comments
 (0)