Skip to content

Commit

Permalink
Migrate to main
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasonny83 committed May 8, 2021
1 parent e430354 commit edabec4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Then, our linter will catch most issues that may exist in your code. You can che

Please consider these guidelines when filing a pull request:

* Commits follow the [Angular commit convention](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines)
* Commits follow the [Angular commit convention](https://github.com/angular/angular.js/blob/main/DEVELOPERS.md#-git-commit-guidelines)
* Typescript code follows the rules set in the `.prettierrc` file. Run `npm run format` to automatically format all the documents with [Prettier](https://prettier.io).
* Features and bug fixes should be covered by test cases

Expand All @@ -62,4 +62,4 @@ Some things that will increase the chance that your pull request is accepted:
* Write tests.
* Write a [good commit message][commit].

[commit]: https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines
[commit]: https://github.com/angular/angular.js/blob/main/DEVELOPERS.md#-git-commit-guidelines
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
[![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

[![Build Status](https://travis-ci.com/andreasonny83/unique-names-generator.svg?branch=master)](https://travis-ci.com/andreasonny83/unique-names-generator)
[![Build Status](https://travis-ci.com/andreasonny83/unique-names-generator.svg?branch=main)](https://travis-ci.com/andreasonny83/unique-names-generator)
[![](https://img.shields.io/npm/v/unique-names-generator.svg)](https://npmjs.org/package/unique-names-generator)
[![](https://img.shields.io/npm/l/unique-names-generator.svg)](https://github.com/andreasonny83/unique-names-generator/blob/master/LICENSE)
[![](https://img.shields.io/npm/l/unique-names-generator.svg)](https://github.com/andreasonny83/unique-names-generator/blob/main/LICENSE)
[![Known Vulnerabilities](https://snyk.io/test/github/andreasonny83/unique-names-generator/badge.svg?targetFile=package.json)](https://snyk.io/test/github/andreasonny83/unique-names-generator?targetFile=package.json)
[![](https://img.shields.io/npm/dt/unique-names-generator.svg)](https://npmjs.org/package/unique-names-generator)
[![devDependencies Status](https://david-dm.org/andreasonny83/unique-names-generator/dev-status.svg)](https://david-dm.org/andreasonny83/unique-names-generator?type=dev)
Expand Down

0 comments on commit edabec4

Please sign in to comment.