Skip to content

Commit

Permalink
fix: Migrate from master to main. (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
goloroden authored Mar 25, 2021
1 parent ba80ea3 commit e57e7dc
Show file tree
Hide file tree
Showing 7 changed files with 97 additions and 77 deletions.
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

0 comments on commit e57e7dc

Please sign in to comment.