Skip to content

Commit

Permalink
Rename master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
qix committed Nov 21, 2022
1 parent 61b7adf commit 7028c2e
Show file tree
Hide file tree
Showing 26 changed files with 37 additions and 37 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
branches:
only:
master
main
language: node_js
env:
global:
Expand All @@ -9,9 +9,9 @@ matrix:
include:
- node_js: "node"
- node_js: "12"
if: type = push AND branch = master
if: type = push AND branch = main
- node_js: "14"
if: type = push AND branch = master
if: type = push AND branch = main
services:
- redis-server
install:
Expand Down
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ We follow the [GitHub Flow Workflow](https://guides.github.com/introduction/flow
### TODO: Below is an Example

1. Fork the project
2. Check out the `master` branch
2. Check out the `main` branch
3. Create a feature branch
4. Write code and tests for your change
5. From your branch, make a pull request against `sqrl-lang/sqrl/master`
5. From your branch, make a pull request against `sqrl-lang/sqrl/main`
6. Work with repo maintainers to get your change reviewed
7. Wait for your change to be pulled into `sqrl-lang/sqrl/master`
7. Wait for your change to be pulled into `sqrl-lang/sqrl/main`
8. Delete your feature branch

## Testing
Expand Down Expand Up @@ -108,7 +108,7 @@ docs. Please file an [issue](https://github.com/sqrl-lang/sqrl/issues).
# License

By contributing your code, you agree to license your contribution under the
terms of the APLv2: https://github.com/sqrl-lang/sqrl/blob/master/LICENSE
terms of the APLv2: https://github.com/sqrl-lang/sqrl/blob/main/LICENSE

# Code of Conduct

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/sqrl-lang/sqrl) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md)
# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=main)](https://travis-ci.org/sqrl-lang/sqrl) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/main/CONTRIBUTING.md)

The Smyte Query and Rules Language (SQRL) is a Safe, Stateful Rules Language for Event Streams

Expand Down
2 changes: 1 addition & 1 deletion examples/sqrl-example-functions/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md)
# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=main)](https://travis-ci.org/twitter/sqrl.svg?branch=main) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/main/CONTRIBUTING.md)

# `sqrl-example-functions` package

Expand Down
4 changes: 2 additions & 2 deletions packages/sqrl-cli-functions/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md)
# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=main)](https://travis-ci.org/twitter/sqrl.svg?branch=main) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/main/CONTRIBUTING.md)

# `sqrl-cli-functions` package

Expand All @@ -19,7 +19,7 @@ Create a [new issue](https://github.com/sqrl-lang/sqrl/issues/new) on GitHub.
## Contributing

We feel that a welcoming community is important and we ask that you follow Twitter's
[Open Source Code of Conduct](https://github.com/sqrl-lang/code-of-conduct/blob/master/code-of-conduct.md)
[Open Source Code of Conduct](https://github.com/sqrl-lang/code-of-conduct/blob/main/code-of-conduct.md)
in all interactions with the community.

## License
Expand Down
2 changes: 1 addition & 1 deletion packages/sqrl-cli-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - functions intended for command line tools",
"homepage": "https://sqrl-lang.github.io/sqrl",
"license": "Apache-2.0",
"repository": "https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-cli-functions",
"repository": "https://github.com/sqrl-lang/sqrl/tree/main/packages/sqrl-cli-functions",
"directories": {
"lib": "lib",
"test": "__tests__"
Expand Down
4 changes: 2 additions & 2 deletions packages/sqrl-cli/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md)
# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=main)](https://travis-ci.org/twitter/sqrl.svg?branch=main) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/main/CONTRIBUTING.md)

# `sqrl-cli` package

Expand All @@ -17,7 +17,7 @@ Create a [new issue](https://github.com/sqrl-lang/sqrl/issues/new) on GitHub.
## Contributing

We feel that a welcoming community is important and we ask that you follow Twitter's
[Open Source Code of Conduct](https://github.com/sqrl-lang/code-of-conduct/blob/master/code-of-conduct.md)
[Open Source Code of Conduct](https://github.com/sqrl-lang/code-of-conduct/blob/main/code-of-conduct.md)
in all interactions with the community.

## License
Expand Down
2 changes: 1 addition & 1 deletion packages/sqrl-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - command line tools",
"homepage": "https://sqrl-lang.github.io/sqrl",
"license": "Apache-2.0",
"repository": "https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-cli",
"repository": "https://github.com/sqrl-lang/sqrl/tree/main/packages/sqrl-cli",
"bin": {
"sqrl": "bin/cli.js"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sqrl-common/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md)
# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=main)](https://travis-ci.org/twitter/sqrl.svg?branch=main) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/main/CONTRIBUTING.md)

# `sqrl-common` package

Expand Down
2 changes: 1 addition & 1 deletion packages/sqrl-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - internal shared code",
"homepage": "https://sqrl-lang.github.io/sqrl",
"license": "Apache-2.0",
"repository": "https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-common",
"repository": "https://github.com/sqrl-lang/sqrl/tree/main/packages/sqrl-common",
"directories": {
"lib": "lib",
"test": "__tests__"
Expand Down
2 changes: 1 addition & 1 deletion packages/sqrl-jsonpath/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md)
# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=main)](https://travis-ci.org/twitter/sqrl.svg?branch=main) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/main/CONTRIBUTING.md)

# `sqrl-jsonpath` package

Expand Down
2 changes: 1 addition & 1 deletion packages/sqrl-jsonpath/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - functions for querying data",
"homepage": "https://sqrl-lang.github.io/sqrl",
"license": "Apache-2.0",
"repository": "https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-jsonpath",
"repository": "https://github.com/sqrl-lang/sqrl/tree/main/packages/sqrl-jsonpath",
"directories": {
"lib": "lib",
"test": "__tests__"
Expand Down
2 changes: 1 addition & 1 deletion packages/sqrl-load-functions/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md)
# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=main)](https://travis-ci.org/twitter/sqrl.svg?branch=main) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/main/CONTRIBUTING.md)

# `sqrl-load-functions` package

Expand Down
2 changes: 1 addition & 1 deletion packages/sqrl-load-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - functions for loading data",
"homepage": "https://sqrl-lang.github.io/sqrl",
"license": "Apache-2.0",
"repository": "https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-load-functions",
"repository": "https://github.com/sqrl-lang/sqrl/tree/main/packages/sqrl-load-functions",
"directories": {
"lib": "lib",
"test": "__tests__"
Expand Down
2 changes: 1 addition & 1 deletion packages/sqrl-redis-functions/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md)
# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=main)](https://travis-ci.org/twitter/sqrl.svg?branch=main) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/main/CONTRIBUTING.md)

# `sqrl-redis-functions` package

Expand Down
2 changes: 1 addition & 1 deletion packages/sqrl-redis-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - functions for storing state in redis",
"homepage": "https://sqrl-lang.github.io/sqrl",
"license": "Apache-2.0",
"repository": "https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-redis-functions",
"repository": "https://github.com/sqrl-lang/sqrl/tree/main/packages/sqrl-redis-functions",
"directories": {
"lib": "lib",
"test": "__tests__"
Expand Down
2 changes: 1 addition & 1 deletion packages/sqrl-test-utils/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md)
# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=main)](https://travis-ci.org/twitter/sqrl.svg?branch=main) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/main/CONTRIBUTING.md)

# `sqrl-test-utils` package

Expand Down
2 changes: 1 addition & 1 deletion packages/sqrl-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.6.8",
"description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - helpers for writing tests",
"license": "Apache-2.0",
"repository": "https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-test-utils",
"repository": "https://github.com/sqrl-lang/sqrl/tree/main/packages/sqrl-test-utils",
"directories": {
"lib": "lib",
"test": "__tests__"
Expand Down
2 changes: 1 addition & 1 deletion packages/sqrl-text-functions/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md)
# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=main)](https://travis-ci.org/twitter/sqrl.svg?branch=main) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/main/CONTRIBUTING.md)

# `sqrl-text-functions` package

Expand Down
2 changes: 1 addition & 1 deletion packages/sqrl-text-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - functions for working with text",
"homepage": "https://sqrl-lang.github.io/sqrl",
"license": "Apache-2.0",
"repository": "https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-text-functions",
"repository": "https://github.com/sqrl-lang/sqrl/tree/main/packages/sqrl-text-functions",
"directories": {
"lib": "lib",
"test": "__tests__"
Expand Down
2 changes: 1 addition & 1 deletion packages/sqrl/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md)
# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=main)](https://travis-ci.org/twitter/sqrl.svg?branch=main) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/main/CONTRIBUTING.md)

# `sqrl` package

Expand Down
2 changes: 1 addition & 1 deletion packages/sqrl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.6.8",
"description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - engine",
"license": "Apache-2.0",
"repository": "https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl",
"repository": "https://github.com/sqrl-lang/sqrl/tree/main/packages/sqrl",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
Expand Down
Loading

0 comments on commit 7028c2e

Please sign in to comment.