Skip to content

Commit ce70ef5

Browse files
authored
Merge pull request #134 from mithunsatheesh/branch-rename
branch rename from master to main
2 parents 72bd0cd + 3466756 commit ce70ef5

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Node.js CI
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
env:
1010
FORCE_COLOR: 2

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
[![Build Status](https://api.travis-ci.org/mithunsatheesh/node-rules.svg?branch=master)](https://travis-ci.org/mithunsatheesh/node-rules)
1+
[![Build Status](https://api.travis-ci.org/mithunsatheesh/node-rules.svg?branch=main)](https://travis-ci.org/mithunsatheesh/node-rules)
22
[![npm](https://img.shields.io/npm/l/express.svg?style=flat-square)]()
33
[![npm version](https://badge.fury.io/js/node-rules.svg)](http://badge.fury.io/js/node-rules)
4-
[![Coverage Status](https://coveralls.io/repos/github/mithunsatheesh/node-rules/badge.svg?branch=master)](https://coveralls.io/github/mithunsatheesh/node-rules?branch=master)
4+
[![Coverage Status](https://coveralls.io/repos/github/mithunsatheesh/node-rules/badge.svg?branch=main)](https://coveralls.io/github/mithunsatheesh/node-rules?branch=main)
55
[![npm downloads](https://img.shields.io/npm/dm/node-rules.svg)](https://img.shields.io/npm/dm/node-rules.svg)
6-
[![install size](https://img.shields.io/github/size/mithunsatheesh/node-rules/dist/node-rules.min.js)](https://github.com/mithunsatheesh/node-rules/blob/master/dist/node-rules.min.js)
6+
[![install size](https://img.shields.io/github/size/mithunsatheesh/node-rules/dist/node-rules.min.js)](https://github.com/mithunsatheesh/node-rules/blob/main/dist/node-rules.min.js)
77
[![install size](https://packagephobia.com/badge?p=node-rules)](https://packagephobia.com/result?p=node-rules)
88
[![Known Vulnerabilities](https://snyk.io/test/npm/node-rules/badge.svg)](https://snyk.io/test/npm/node-rules)
99
[![CDNJS](https://img.shields.io/cdnjs/v/node-rules?color=orange&style=flat-square)](https://cdnjs.com/libraries/node-rules)
@@ -114,7 +114,7 @@ To read more about storing rules running on the engine to an external DB, refer
114114

115115
#### Wiki
116116

117-
To read more about the Rule engine functions, please read [the wiki here](https://github.com/mithunsatheesh/node-rules/wiki)!. To find more examples of implementation please look in the [examples](https://github.com/mithunsatheesh/node-rules/tree/master/examples) folder.
117+
To read more about the Rule engine functions, please read [the wiki here](https://github.com/mithunsatheesh/node-rules/wiki)!. To find more examples of implementation please look in the [examples](https://github.com/mithunsatheesh/node-rules/tree/main/examples) folder.
118118

119119
#### Issues
120120

docs/Home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://api.travis-ci.org/mithunsatheesh/node-rules.svg?branch=master)](https://travis-ci.org/mithunsatheesh/node-rules)
1+
[![Build Status](https://api.travis-ci.org/mithunsatheesh/node-rules.svg?branch=main)](https://travis-ci.org/mithunsatheesh/node-rules)
22
[![npm](https://img.shields.io/npm/l/express.svg?style=flat-square)]()
33
[![npm version](https://badge.fury.io/js/node-rules.svg)](http://badge.fury.io/js/node-rules)
44

0 commit comments

Comments
 (0)