Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Migrate from master to main. #266

Merged
merged 1 commit into from
Mar 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @goloroden @yeldiRium
* @dotKuro @goloroden @strangedev @yeldiRium
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [ '12.x' ]
node-version: [ '14.x' ]
os: [ ubuntu-latest, macos-latest ]

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- 'master'
- 'main'

jobs:
release:
Expand All @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14.x
- name: Install dependencies
run: |
npm install
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The MIT License (MIT)
Copyright (c) 2016-2020 the native web. All rights reserved.
Copyright (c) 2016-2021 the native web. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ streamtoarray converts streams to arrays.
| Version | [![npm](https://img.shields.io/npm/v/streamtoarray)](https://www.npmjs.com/package/streamtoarray) |
| Dependencies | ![David](https://img.shields.io/david/thenativeweb/streamtoarray) |
| Dev dependencies | ![David](https://img.shields.io/david/dev/thenativeweb/streamtoarray) |
| Build | ![GitHub Actions](https://github.com/thenativeweb/streamtoarray/workflows/Release/badge.svg?branch=master) |
| Build | ![GitHub Actions](https://github.com/thenativeweb/streamtoarray/workflows/Release/badge.svg?branch=main) |
| License | ![GitHub](https://img.shields.io/github/license/thenativeweb/streamtoarray) |

## Installation
Expand Down
160 changes: 90 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"assertthat": "5.2.6",
"roboter": "11.6.30",
"semantic-release-configuration": "1.0.36"
"semantic-release-configuration": "2.0.0"
},
"repository": {
"type": "git",
Expand Down