Skip to content

Commit

Permalink
Update repo/demo/author links and email
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbin Johansson committed Jan 31, 2019
1 parent d0fbd11 commit 0aafdd3
Show file tree
Hide file tree
Showing 6 changed files with 1,773 additions and 937 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to `vuebbble` will be documented in this file.

## [2.7.1] - 2019-01-31

### Added
- Added custom error message example to readme.

### Changed
- Moved repo to [robbinworks/vuebbble](https://github.com/robbinworks/vuebbble).
- Moved demo to [robbinworks.github.io/vuebbble/](https://robbinworks.github.io/vuebbble/).

## [2.7.0] - 2018-05-25

### Changed
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

We accept contributions via Pull Requests on [Github](https://github.com/robbinfellow/vuebbble).
We accept contributions via Pull Requests on [Github](https://github.com/robbinworks/vuebbble).

## Pull Requests

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) Robbin Johansson <[email protected]>
Copyright (c) Robbin Johansson <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[![Latest Version on NPM](https://img.shields.io/npm/v/vuebbble.svg?style=flat-square)](https://npmjs.com/package/vuebbble)
[![Total Downloads on NPM](https://img.shields.io/npm/dt/vuebbble.svg)](https://www.npmjs.com/package/vuebbble)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://img.shields.io/travis/robbinfellow/vuebbble/master.svg?style=flat-square)](https://travis-ci.org/robbinfellow/vuebbble)
[![Build Status](https://img.shields.io/travis/robbinworks/vuebbble/master.svg?style=flat-square)](https://travis-ci.org/robbinworks/vuebbble)

# Vuebbble
Vue component to easily display dribbble shots from a user using the `v2` API.

## Demo

[Link](https://robbinfellow.github.io/vuebbble/)
[Link](https://robbinworks.github.io/vuebbble/)

## Installation
```shell
Expand Down Expand Up @@ -89,7 +89,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## Credits

* [Robbin Johansson](https://github.com/robbinfellow)
* [Robbin Johansson](https://github.com/robbinworks)
* [spatie/skeleton-vue](https://github.com/spatie/skeleton-vue)

## License
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuebbble",
"version": "2.7.0",
"version": "2.7.1",
"description": "Vue component to easily display dribbble shots from a user",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
Expand All @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/robbinfellow/vuebbble.git"
"url": "git+https://github.com/robbinworks/vuebbble.git"
},
"keywords": [
"vue",
Expand All @@ -23,12 +23,12 @@
"api",
"shots"
],
"author": "Robbin Johansson <[email protected]>",
"author": "Robbin Johansson <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/robbinfellow/vuebbble/issues"
"url": "https://github.com/robbinworks/vuebbble/issues"
},
"homepage": "https://github.com/robbinfellow/vuebbble#readme",
"homepage": "https://github.com/robbinworks/vuebbble#readme",
"peerDependencies": {
"vue": "^2.3.0"
},
Expand Down
Loading

0 comments on commit 0aafdd3

Please sign in to comment.