aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.npmignore2
-rw-r--r--Readme.md4
-rw-r--r--doc/index.html2
-rw-r--r--logo.jpgbin0 -> 4742 bytes
-rw-r--r--logo.pngbin5721 -> 0 bytes
5 files changed, 5 insertions, 3 deletions
diff --git a/.npmignore b/.npmignore
index 0ea8ed27..b1a8e181 100644
--- a/.npmignore
+++ b/.npmignore
@@ -7,6 +7,6 @@ doc/
examples/
meteor/
test/
-logo.png
+logo.jpg
reports/
.nyc_output/ \ No newline at end of file
diff --git a/Readme.md b/Readme.md
index 6bfae391..c9437d80 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,6 +1,8 @@
# faker.js - generate massive amounts of fake data in the browser and node.js
-![Faker.js](https://raw.githubusercontent.com/Marak/faker.js/master/logo.png)
+<p align="center">
+ <img src="https://raw.githubusercontent.com/faker-js/faker.js/main/logo.jpg" alt="Faker.js Logo"/>
+</p>
[![Build Status](https://travis-ci.org/Marak/faker.js.svg?branch=master)](https://travis-ci.org/Marak/faker.js) [![Coverage Status](https://coveralls.io/repos/github/Marak/faker.js/badge.svg?branch=master)](https://coveralls.io/github/Marak/faker.js?branch=master)
diff --git a/doc/index.html b/doc/index.html
index 0e58ae01..6ff51260 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -94,7 +94,7 @@
<section class="readme-section">
<article><h1>faker.js - generate massive amounts of fake data in the browser and node.js</h1>
-<p><img src="https://raw.githubusercontent.com/Marak/faker.js/master/logo.png" alt="Faker.js"></p>
+<p><img src="https://raw.githubusercontent.com/faker-js/faker.js/main/logo.jpg" alt="Faker.js"></p>
<p><a href="https://travis-ci.org/Marak/faker.js"><img src="https://travis-ci.org/Marak/faker.js.svg?branch=master" alt="Build Status"></a> <a href="https://coveralls.io/github/Marak/faker.js?branch=master"><img src="https://coveralls.io/repos/github/Marak/faker.js/badge.svg?branch=master" alt="Coverage Status"></a></p>
<p><a href="http://badge.fury.io/js/faker"><img src="https://badge.fury.io/js/faker.svg" alt="npm version"></a></p>
<p><a href="#backers"><img src="https://opencollective.com/fakerjs/backers/badge.svg" alt="OpenCollective"></a>
diff --git a/logo.jpg b/logo.jpg
new file mode 100644
index 00000000..17be2edc
--- /dev/null
+++ b/logo.jpg
Binary files differ
diff --git a/logo.png b/logo.png
deleted file mode 100644
index 223cc921..00000000
--- a/logo.png
+++ /dev/null
Binary files differ