Skip to content

Commit

Permalink
Merge branch 'master' into country-code-alpha-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak authored Aug 25, 2020
2 parents aec3829 + 6a979f2 commit 9a914b1
Show file tree
Hide file tree
Showing 380 changed files with 198,637 additions and 1,595,483 deletions.
4 changes: 2 additions & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
github: marak
patreon: # Replace with a single Patreon username
open_collective: fakerjs
open_collective: # fakerjs
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ REVISION
.project
.tasks-cache
.svn
.nyc_output/
*DONOTVERSION*
/nbproject
/.idea
Expand All @@ -19,4 +20,4 @@ reports/

# meteor specific
.build*
versions.json
versions.json
28 changes: 2 additions & 26 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,5 @@
sudo: false
language: node_js
node_js:
- "10"
- "9"
- "8"
- "7"
- "6"
- "6.1"
- "5"
- "5.1"
- "4"
- "4.2"
- "4.1"
- "4.0"
- "0.12"
- "0.11"
- "0.10"
- "iojs"

before_install:
# Install meteor and spacejam, a meteor command line package tester
- 'if [ "$(node -v)" = "v0.10.36" ]; then curl https://install.meteor.com | /bin/sh; fi'
- 'if [ "$(node -v)" = "v0.10.36" ]; then npm install -g spacejam; fi'
- 'if [ "$(node -v)" = "v0.10.36" ]; then export PATH="$HOME/.meteor:$PATH"; fi'

script:
- "npm test"
- 'if [ "$(node -v)" = "v0.10.36" ]; then spacejam test-packages --mongo-url=dummy ./; fi'
- "node"
- "lts/*"
10 changes: 5 additions & 5 deletions CODE_OF_MERIT.MD
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ of the project, technical or otherwise, including overruling previous decisions.
There are no limitations to this decisional power.

2. Contributions are an expected result of your membership on the project.
Don't expect others to do your work or help you with your work forever.
Don't expect others to do your work or help you with your work forever.

3. All members have the same opportunities to seek any challenge they want
within the project.
within the project.

4. Authority or position in the project will be proportional
to the accrued contribution. Seniority must be earned.
Expand Down Expand Up @@ -39,8 +39,8 @@ of the originator to provide requested context.
in the scope of the project. This Code of Merit does not take precedence over
governing law.

12. This Code of Merit governs the technical procedures of the project not the
activities outside of it.
12. This Code of Merit governs the technical procedures of the project not the
activities outside of it.

13. Participation on the project equates to agreement of this Code of Merit.

Expand All @@ -49,4 +49,4 @@ to the project. Any intent to deviate the project from its original purpose
of existence will constitute grounds for remedial action which may include
expulsion from the project.

This document is the Code of Merit (http://code-of-merit.org), version 1.0.
This document is the Code of Merit (https://codeofmerit.org/), version 1.0.
4 changes: 2 additions & 2 deletions MIT-LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
faker.js - Copyright (c) 2010-2015
Matthew Bergman & Marak Squires
faker.js - Copyright (c) 2020
Marak Squires
http://github.com/marak/faker.js/

faker.js was inspired by and has used data definitions from:
Expand Down
Loading

0 comments on commit 9a914b1

Please sign in to comment.