From 8dd9c7b0c5e60be4e7a24b4e8258b19c3bc2b3b5 Mon Sep 17 00:00:00 2001 From: Bjornskjald Date: Thu, 2 Aug 2018 17:38:41 +0200 Subject: [PATCH] :truck: moved repository from Bjornskjald/miscord to miscord/miscord --- .travis.yml | 2 +- LICENSE.md | 2 +- README.md | 5 ++--- lib/updateNotifier.js | 2 +- package.json | 8 ++++++-- 5 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 19b6d237..12265170 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,6 @@ node_js: - "8" deploy: provider: script - script: wget https://raw.githubusercontent.com/Bjornskjald/miscord-build-scripts/master/make.sh && chmod +x make.sh && bash make.sh + script: wget https://raw.githubusercontent.com/miscord/build-scripts/master/make.sh && chmod +x make.sh && bash make.sh on: branch: master \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md index 603a4a54..c1b28598 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright 2017-2018 Jan Rosa (Bjornskjald) +Copyright 2017-2018 Bjornskjald Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md index eec2c182..82d59797 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,10 @@ > Built on [facebook-chat-api](https://github.com/Schmavery/facebook-chat-api) and [discord.js](https://discord.js.org) [![code style: Standard.js](https://img.shields.io/badge/code%20style-standard.js-green.svg?style=flat-square)](https://standardjs.com/) -[![Travis](https://img.shields.io/travis/Bjornskjald/miscord.svg?style=flat-square)](https://travis-ci.org/Bjornskjald/miscord/) +[![Travis](https://img.shields.io/travis/miscord/miscord.svg?style=flat-square)](https://travis-ci.org/miscord/miscord/) [![NPM downloads](https://img.shields.io/npm/dt/miscord.svg?style=flat-square)](https://npmjs.org/package/miscord) [![NPM version](https://img.shields.io/npm/v/miscord.svg?style=flat-square&label=NPM%20version)](https://npmjs.org/package/miscord) -[![GitHub release](https://img.shields.io/github/release/Bjornskjald/miscord.svg?style=flat-square&label=GitHub%20version)](../../releases/latest) -![Requires.io](https://img.shields.io/requires/github/Bjornskjald/miscord.svg?style=flat-square) +[![GitHub release](https://img.shields.io/github/release/miscord/miscord.svg?style=flat-square&label=GitHub%20version)](../../releases/latest) **[Website](https://miscord.net/)**   **[Donate](#moneybag-donate)**   diff --git a/lib/updateNotifier.js b/lib/updateNotifier.js index ed13a709..7ab04ebb 100644 --- a/lib/updateNotifier.js +++ b/lib/updateNotifier.js @@ -5,7 +5,7 @@ const log = require('npmlog') module.exports = async () => { log.info('updateNotifier', 'Checking for updates...') - request.get('https://api.github.com/repos/Bjornskjald/miscord/releases/latest', { + request.get('https://api.github.com/repos/miscord/miscord/releases/latest', { json: true, headers: { 'User-Agent': 'Miscord v' + pkg.version } }, (err, res, release) => { diff --git a/package.json b/package.json index 98760429..5c2bc7cf 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/Bjornskjald/miscord/" + "url": "https://github.com/miscord/miscord/" }, "homepage": "https://miscord.net", "keywords": [ @@ -30,7 +30,11 @@ "bin": { "miscord": "bin/index.js" }, - "author": "Bjornskjald", + "author": { + "name" : "Bjornskjald", + "email" : "github@bjorn.ml", + "url" : "https://bjorn.ml/" + }, "license": "MIT", "dependencies": { "colors": "^1.3.0",