Skip to content

Commit

Permalink
fix: init, @yowainwright codeowner
Browse files Browse the repository at this point in the history
  • Loading branch information
yowainwright committed Oct 27, 2020
1 parent 8f07cae commit 5a00393
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12
14
3 changes: 1 addition & 2 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# ES-Check owners
# ----
* @chmccc
* @jongleberry
@yowainwright
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es-check",
"version": "5.1.1",
"version": "5.1.2",
"description": "Checks the EcamScript version of .js glob against a specified version of EcamScript with a shell command",
"main": "index.js",
"files": [
Expand All @@ -24,14 +24,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/dollarshaveclub/es-check.git"
"url": "git+https://github.com/yowainwright/es-check.git"
},
"author": "Jeff Wainwright <yowainwright@gmail.com> (https://jeffry.in), Brian Gonzalez <me@briangonzalez.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dollarshaveclub/es-check/issues"
"url": "https://github.com/yowainwright/es-check/issues"
},
"homepage": "https://github.com/dollarshaveclub/es-check#readme",
"homepage": "https://github.com/yowainwright/es-check#readme",
"devDependencies": {
"assert": "^1.4.1",
"codecov": "^3.0.0",
Expand Down
5 changes: 0 additions & 5 deletions renovate.json

This file was deleted.

0 comments on commit 5a00393

Please sign in to comment.