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 dadc736 commit c2772c9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@

All notable changes to `v-siema` will be documented in this file.

## 0.0.5
### Changed
- Moved repo to [robbinworks/v-siema/](https://github.com/robbinworks/v-siema).

## 0.0.4
### Fixed
- Add object as valid prop on `perPage`. [Example](https://codepen.io/pawelgrzybek/pen/LbgoVK)

## 0.0.3
### Fixed
- Fix typo in `Siema.insert` ([e84e2be](https://github.com/robbinfellow/v-siema/commit/e84e2be017ca8e6243bda20a767ce65de9994e1c))
- Fix typo in `Siema.insert` ([e84e2be](https://github.com/robbinworks/v-siema/commit/e84e2be017ca8e6243bda20a767ce65de9994e1c))

## 0.0.2
### Fixed
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/v-siema).
We accept contributions via Pull Requests on [Github](https://github.com/robbinworks/v-siema).

## 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 <robbinfellow@gmail.com>
Copyright (c) Robbin Johansson <mail@robbin.works>

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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Latest Version on NPM](https://img.shields.io/npm/v/v-siema.svg?style=flat-square)](https://npmjs.com/package/v-siema)
[![Total Downloads on NPM](https://img.shields.io/npm/dt/v-siema.svg)](https://www.npmjs.com/package/v-siema)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://img.shields.io/travis/robbinfellow/v-siema/master.svg?style=flat-square)](https://travis-ci.org/robbinfellow/v-siema)
[![Build Status](https://img.shields.io/travis/robbinworks/v-siema/master.svg?style=flat-square)](https://travis-ci.org/robbinworks/v-siema)

# V-Siema

Expand Down Expand Up @@ -157,7 +157,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## Credits

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

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v-siema",
"version": "0.0.4",
"version": "0.0.5",
"description": "Vue wrapper for Siema carousel",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
Expand All @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/robbinfellow/v-siema.git"
"url": "git+https://github.com/robbinworks/v-siema.git"
},
"keywords": [
"vue",
Expand All @@ -25,9 +25,9 @@
"author": "Robbin Johansson",
"license": "MIT",
"bugs": {
"url": "https://github.com/robbinfellow/v-siema/issues"
"url": "https://github.com/robbinworks/v-siema/issues"
},
"homepage": "https://github.com/robbinfellow/v-siema/",
"homepage": "https://github.com/robbinworks/v-siema/",
"peerDependencies": {
"vue": "^2.3.0"
},
Expand Down

0 comments on commit c2772c9

Please sign in to comment.