Skip to content

Commit f631e10

Browse files
Rename release branch to main
1 parent fc8c8d7 commit f631e10

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.publishrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"uncommittedChanges": true,
55
"untrackedFiles": true,
66
"sensitiveData": true,
7-
"branch": "master",
7+
"branch": "main",
88
"gitTag": true
99
},
1010
"confirm": true,

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[![npm package](https://badge.fury.io/js/strings-to-regex.svg)](https://badge.fury.io/js/strings-to-regex)
44
![node version](https://img.shields.io/node/v/strings-to-regex.svg)
55
![npm type definitions](https://img.shields.io/npm/types/strings-to-regex)
6-
[![Build Status](https://travis-ci.org/wimpyprogrammer/strings-to-regex.svg?branch=master)](https://travis-ci.org/wimpyprogrammer/strings-to-regex)
7-
[![codecov](https://codecov.io/gh/wimpyprogrammer/strings-to-regex/branch/master/graph/badge.svg)](https://codecov.io/gh/wimpyprogrammer/strings-to-regex)
6+
[![Build Status](https://travis-ci.org/wimpyprogrammer/strings-to-regex.svg?branch=main)](https://travis-ci.org/wimpyprogrammer/strings-to-regex)
7+
[![codecov](https://codecov.io/gh/wimpyprogrammer/strings-to-regex/branch/main/graph/badge.svg)](https://codecov.io/gh/wimpyprogrammer/strings-to-regex)
88
[![Known Vulnerabilities](https://snyk.io/test/github/wimpyprogrammer/strings-to-regex/badge.svg)](https://snyk.io/test/github/wimpyprogrammer/strings-to-regex)
99

1010
Generate a compact Regular Expression that matches a finite set.

0 commit comments

Comments
 (0)