Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
🚚 moved repository from Bjornskjald/miscord to miscord/miscord
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjornskjald committed Aug 2, 2018
1 parent 6d8c6ad commit 8dd9c7b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
2 changes: 1 addition & 1 deletion 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:

Expand Down
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -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)**  
Expand Down
2 changes: 1 addition & 1 deletion lib/updateNotifier.js
Expand Up @@ -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) => {
Expand Down
8 changes: 6 additions & 2 deletions package.json
Expand Up @@ -16,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/Bjornskjald/miscord/"
"url": "https://github.com/miscord/miscord/"
},
"homepage": "https://miscord.net",
"keywords": [
Expand All @@ -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",
Expand Down

0 comments on commit 8dd9c7b

Please sign in to comment.