Skip to content

Commit

Permalink
Changing repo name to avoid npmjs errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanahuja committed Feb 10, 2020
1 parent 058211f commit bdc12e6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author Javier Sanahuja Liebana <[email protected]>
*
* https://github.com/jsanahuja/Notifier.js
* https://github.com/jsanahuja/Notifierjs
*
* -->
<!DOCTYPE html
Expand Down Expand Up @@ -152,7 +152,7 @@ <h1 class="text-white m-0">Notifier.js </h1>
<ul class="list-unstyled text-md-right">
<li>
<a class="text-white text-underline d-flex align-items-center" target="_blank"
rel="noopener" href="https://github.com/jsanahuja/Notifier.js">
rel="noopener" href="https://github.com/jsanahuja/Notifierjs">

<span class="mr-2 flex-grow-1">Visit our repository</span>
<svg class="octicon octicon-mark-github v-align-middle" fill="white" height="32"
Expand Down Expand Up @@ -527,7 +527,7 @@ <h3>Example 4: Define your own styles</h3>
</button>

<p class="mt-3">All the icons, including the ones of this example, used by <a
href="https://github.com/jsanahuja/Notifier.js" target="_new">Notifier.js</a> were taken
href="https://github.com/jsanahuja/Notifierjs" target="_new">Notifier.js</a> were taken
from <a href="https://github.com/iconic/open-iconic">open-iconic</a></p>

<div class="section_code py-3">
Expand Down Expand Up @@ -596,7 +596,7 @@ <h3>Example 4: Define your own styles</h3>
<h3 class="text-white">Still not enough?</h3>

<a class="h3 mb-3 text-primary text-underline" target="_blank" rel="noopener"
href="https://github.com/jsanahuja/Notifier.js">
href="https://github.com/jsanahuja/Notifierjs">
Open an issue or send a pull request!
</a>

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jsanahuja/notifierjs",
"description": "Instagram Feed without access token. Not using the Instagram API",
"homepage": "https://github.com/jsanahuja/Notifier.js",
"homepage": "https://github.com/jsanahuja/Notifierjs",
"version": "1.1.2",
"keywords": [
"notifier",
Expand All @@ -20,7 +20,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/jsanahuja/Notifier.js.git"
"url": "https://github.com/jsanahuja/Notifierjs.git"
},
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/Notifier.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author Javier Sanahuja Liebana <[email protected]>
*
* https://github.com/jsanahuja/Notifier.js
* https://github.com/jsanahuja/Notifierjs
*
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Notifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author Javier Sanahuja Liebana <[email protected]>
*
* https://github.com/jsanahuja/Notifier.js
* https://github.com/jsanahuja/Notifierjs
*
*/
(function(root, factory) {
Expand Down

0 comments on commit bdc12e6

Please sign in to comment.