From c2772c925257922998cb3c8ede33720e4af5160d Mon Sep 17 00:00:00 2001 From: Robbin Johansson Date: Thu, 31 Jan 2019 20:46:16 +0100 Subject: [PATCH] Update repo/demo/author links and email --- CHANGELOG.md | 6 +++++- CONTRIBUTING.md | 2 +- LICENSE.md | 2 +- README.md | 4 ++-- package.json | 8 ++++---- 5 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 209a495..16cd93e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fc21e27..e0d7c58 100755 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/LICENSE.md b/LICENSE.md index e8a755e..5126d22 100755 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) Robbin Johansson +Copyright (c) Robbin Johansson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 4b96079..786bb96 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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) diff --git a/package.json b/package.json index 3addf81..3c405b4 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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" },